JTree problem
http://eugeneciurana.com/pastebin/pastebin.php?show=5954
there is base64-encoded ZIP file
TestTreeModel - the model
TestTreeNode - dummy node implementation
TestTree - the main class with GUI
you can select node and add some child to it, or delete selected node.
the problem is the tree is not updating correctly, but model is, and i have no idea why is that.
Any suggestions?
there is base64-encoded ZIP file
TestTreeModel - the model
TestTreeNode - dummy node implementation
TestTree - the main class with GUI
you can select node and add some child to it, or delete selected node.
the problem is the tree is not updating correctly, but model is, and i have no idea why is that.
Any suggestions?
