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

