Is it possible to create a JTree that has editable JTextFields and other objects at the nodes instead of plain text?
Thanks!
"There's nothing more dangerous than a resourceful idiot." ---Dilbert
Printable View
Is it possible to create a JTree that has editable JTextFields and other objects at the nodes instead of plain text?
Thanks!
"There's nothing more dangerous than a resourceful idiot." ---Dilbert
> Is it possible to create a JTree that has editable JTextFields
call jTree.setEditable(true) to get the editable tree nodes.
To activate the text field to perform editing , you have to triple click the mouse on the node.