| Author |
TreeView
|
Prasad Khire
Greenhorn
Joined: Jan 25, 2004
Posts: 2
|
|
Hi, Does anybody know how to develop a tree view (explorer like) control using java? Are there any ready made and free controls available? I want treenode names to be loaded from the database and I would like to have event handlers to handle node click events etc.. Thanks for any help, Prasad Khire.
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24081
|
|
|
See the javax.swing.JTree class. Sun's Java Tutorial has a nice section on JTree.
|
[Jess in Action][AskingGoodQuestions]
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
|
Moving this to the Swing / JFC / AWT forum...
|
[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
|
 |
 |
|
|
subject: TreeView
|
|
|