JTree and JTable combination

hi!

how can I create a JTree and JTable combination(if it is one), as it is used in programs like Shareaza or eMule?

i want to have a folding jtree that can contain more informations, e.g. graphical download status elements or extended file information. Can you give me a sample sourcecode for such a list, including the graphical element?

thank you!

Guido

[387 byte] By [Exclama] at [2007-9-30 2:18:28]
# 1
Java has two tutorials on that very topic with code... http://java.sun.com/products/jfc/tsc/articles/treetable2/index.html http://java.sun.com/products/jfc/tsc/articles/treetable1/index.html
pipzenoa at 2007-7-16 13:27:17 > top of Java-index,Archived Forums,Swing...