Skip to content

Commit bb2cd20

Browse files
committed
Updated readme
1 parent 8cd73a1 commit bb2cd20

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,21 @@
22

33
A JTreeTable implementation.
44

5+
![JTreeTableScreenshot01.png](/screenshots/JTreeTableScreenshot01.png)
6+
57
This library is based on the code from the article "Creating TreeTables" by Sun
68
Microsystems (now known as Oracle). The original link to this
79
article was [http://java.sun.com/products/jfc/tsc/articles/treetable2/index.html](http://java.sun.com/products/jfc/tsc/articles/treetable2/index.html). It is
810
not longer available, but may still be viewed in the [web archive](https://web.archive.org/web/20120626135631/http://java.sun.com/products/jfc/tsc/articles/treetable2/index.html)
911

12+
The library is available in Maven Central:
13+
14+
<dependency>
15+
<groupId>de.javagl</groupId>
16+
<artifactId>treetable</artifactId>
17+
<version>0.0.1</version>
18+
</dependency>
19+
1020

1121

1222

7.62 KB
Loading

0 commit comments

Comments
 (0)