Save « JTree « Java Swing Q&A





1. save objects in a jtree but change the name displayed (java swing)    stackoverflow.com

i have made a jtree and filled it with objects fron an ArrayList. the problem is that when i display the contents of the jtree on a gui i dont want to ...

2. saving JTree    coderanch.com

3. JTree fresh - save previous state?    coderanch.com

Hi, I have a JTree in one view that a user can click on etc. The user can go into a different view and edit data that will effect the tree like the adding, deleting and renaming of nodes. When the user comes back to the initial view I need to refresh the tree because, as I mentioned, nodes could have ...