Hierarchy « JTree « Java Swing Q&A





1. How to display tree hierarchy in Java?    stackoverflow.com

I have a table in a database named "Process" This process table has 3 fields:

  • process_id
  • process_name
  • process_parent_id
Now I want to display this parent child hierarchy in Graphical format. So could you please suggest me ...

2. Saving Permanently JTree Hierarchy    coderanch.com

3. Display LDIF contents in a Tree Hierarchy    coderanch.com

Hi Nathan, Thanks for your reply. In my ldif file each and every dn ends with dc=foo, dc=bar. how could i parse this and make it as Root node and child nodes and properties of each dn is displayed by splitting the frame. in one frame all Root dn, child dn should be display in a tree hierarchy and in another ...