JAVA JTable JTreeTable
This example presents how to insert JTree in JTable. TreeTableExample2.java
in the zipped source code demos how to show a directory structure
in JTable like the following

Compile TreeTableExample2,
then run like the following:
Unix:
java TreeTableExample2 /path/toDirectory
Windows: java TreeTableExample2 c:\direcotry ( or java TreeTableExample2)
Source code for JTreeTable
|