Create a tree using Java without XML files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • simbaa
    New Member
    • Mar 2008
    • 1

    Create a tree using Java without XML files

    How can i create a tree structure in java without using XML and applets?
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by simbaa
    How can i create a tree structure in java without using XML and applets?
    If you want to be lazy read up on the JTree and its compadres; especially
    the DefaultMutableT reeNode comes in handy.

    kind regards,

    Jos

    Comment

    Working...