How to add and delete nodes in Jtree?
Answer / ramachandran
Iam try this code but not properly working...yor try to get
ans and post..........
DefaultTreeModel model = (DefaultTreeModel)tree.getModel();
DefaultMutableTreeNode root =
(DefaultMutableTreeNode)model.getRoot();
root.add(new DefaultMutableTreeNode("another_child"));
model.reload(root);..........
Is This Answer Correct ? | 1 Yes | 0 No |
What is swing container?
Which method is used for setting security in applets?
What is an event and what are the models available for event handling?
What is swing control in java?
What are the benefits of swing over awt?
Is swing thread-safe?
Why are swings considered lightweight?
What are the various components of swing?
What are heavy weight components ?
Which window contains the swing controls?
What is an event in Swing?
Is swing better than awt?