Jtree and JTable

Hello, i am working on an application, that displays a JTree containing my local folders.

I would like list files in a table while clicking on the directory in the JTree.

What should i do?How can i load the files into the table? The files listed in the table should work as real file, not just string or int.

Thanks for the help:

James

[367 byte] By [javahelpsa] at [2007-10-3 9:38:38]
# 1
this should get you started: http://java.sun.com/products/jfc/tsc/articles/treetable1/
dberanskya at 2007-7-15 4:54:27 > top of Java-index,Desktop,Core GUI APIs...