How to change a jtree node from program
Hi,
I have a jtree and some nodes in it.
Now i want to change a particular tree node object from program (not thro ui).
how can i change that?
am seeing methods
model.insertNodeInto()
model.removeNodeFromParent()for adding & deleting.
Is there a way to change a node?
TIA

