posted 22 years ago
This is driving me crazy.
I have extended JTree to add Drag Drop Functionality, which is working perfectly. I am using my own TreeModel which is extending DEfaultTreeModel and TreeNode extending DefaultMutableTreeNode.
My problem is that even though I am able to get a textfield as my node editor but any changes to the text are lost once I hit enter, tree nodes display the initial values.
I might be overlooking some basic things, could any body points me how to get a editable tree.
Regards,
Vijay
[ May 30, 2002: Message edited by: vijay kashyap ]