Index:Java 2 Standard Edition (J2SE):Java 2 JDK:Swing (javax.swing.*):Editable Atomic Controls (JColorChooser, JFileChooser, JTable, JTextArea, JEditorPane, JTree):JTable

Can you give me an example of using the TreeTable?


The example program about TreeTable discussed in Sun's article Creating TreeTables: Part 2 adds unnecessary complexity. The following is a much simpler one and will get you started much quicker.

Prerequisite: Download src.zip from the above url and compile the with both programs presented here.

Main.java:

This code sample is only viewable to esus.com members
Login or become a member!



MyTreeTableModel.java:

This code sample is only viewable to esus.com members
Login or become a member!





Further Information
Author of answer: Joris Van den Bogaert

Comments
Comments to this answer are only viewable by members. Login or become a member!