Author: Zafir Anjum
Start editing a node programmatically.
Make sure the tree is editable and if need be call
tree.setEditable(true);
Given a node, you can start the edit by calling
tree.startEditingAtPath( new TreePath( node.getPath() ) );
Posted On: 23-Jan-1999