What is the use of JTree?
Answers were Sorted based on User's Feedback
Answer / ashokmail.java@gmail.com
JTree is one of component which is used to display the
items in tree view.
| Is This Answer Correct ? | 23 Yes | 1 No |
Answer / nagesh
Jtree is a tree wich is used to disply the items in tree
view.
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / renu goyal
Jtree is used to view something in tree form.
The TreeSelectionModel maintains a set of selected paths
| Is This Answer Correct ? | 1 Yes | 2 No |
What are the features of swing in java?
What is jpanel in java swing with example?
In what context should the value of swing components be updated directly?
How to add and delete nodes in Jtree?
What is jpanel swing?
What is the purpose of serialization in swings?
What is Java Swing?
Write a program to paint the off-screen buffer in swings
What method is used to specify a container's layout?
How to link two forms in java swing?
Why does JComponent have add() and remove() methods but Component does not?
Which containers use a border Layout as their default layout in swing?