I developed a JTree. You can download the complete code of that in here
http://www.mediafire.com/?9vchs8zj3h0hc7g
each node can be verified or not.I have a menu in that
I expect the menu to do these works for me, but I do not know how.
- New: Should create a new JTree
- Save: Save the current JTree
- Open: Open the last JTree which user has created and has saved it
The question is: how should I do that?
