aditya_gaur
aditya_gaur

Reputation: 3295

Using JTreeTable

I need to use a JTreeTable but even after searching for hours, I couldn't find any nice tutorial on JtreeTable or even a simple code from which I can understand.

It would be very helpful if anyone can suggest me a nice tutorial or simple code depicting the use of JtreeTable.

Upvotes: 4

Views: 7802

Answers (2)

Harry Joy
Harry Joy

Reputation: 59660

You can find it on: treetable1

Also you can find example at: TreeTableExample2.java

Hope this helps.

Upvotes: 3

Mark
Mark

Reputation: 29119

If you are happy to use a 3rd party library SwingX contains JXTreeTable.

Upvotes: 2

Related Questions