Tree structure Implementataion

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • windx
    New Member
    • Mar 2008
    • 4

    Tree structure Implementataion

    Hi ,
    iam facing a problem in creating a tree colapse mode ie. implementation of tree structure in java . i want the code for the the above implementation with database connection. can any one help me out
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by windx
    Hi ,
    iam facing a problem in creating a tree colapse mode ie. implementation of tree structure in java . i want the code for the the above implementation with database connection. can any one help me out
    Did you read about the JTable?

    kind regards,

    Jos

    Comment

    • BigDaddyLH
      Recognized Expert Top Contributor
      • Dec 2007
      • 1216

      #3
      JTree, a tree widget: http://java.sun.com/docs/books/tutor...ents/tree.html

      JDBC, database access: http://java.sun.com/docs/books/tutorial/jdbc/index.html

      Comment

      Working...