esuslogo
 [To advertise Java(tm) Events here, contact joris@esus.com!]
banner

Java™
by example!






New @ Esus.com


  gb  In-house search engine for better results!

  gb  Get updates with the esus.com
newsletter!









  Home 
 Browse Categories 
 Ask a Java Question 
 Help 
  For Java Tips & Tricks, subscribe to the esus.com newsletter!
Search Java Q&A, Links, API's:   adv 

Become a member to observe this category
JTree

A JTree allows you to display hierarchical data that is stored in its data model. The basic element of a tree is a node. A tree always has a root node. If a node has children it is called a branch node. A node that does not have any children is called a leaf node. The JTree API is very extensive. Start with a simple JTree example. Check out the How to Use Trees section in Sun's Java Tutorial for more information.

Subcategories



      Questions & Answers
      = answered, = unanswered

      General:

        How do I get started with a JTree?
        How do I change the icons of my JTree?
        How do I display a popup menu when right-clicking on a JTree node?
        How do I drag and drop between two JTrees?
        How do I determine the parent of a leaf in a JTree?
        Can I have my node be a JTextField or a JPanel?
        How do I get an event when a selection on my JTree changes?
        How do I add a background image to my JTree?
        How do I add a background image to my JTree that does not scroll?
        How can I allow a user to edit a node in my JTree?
        How do I edit a node in Jtree when the user right clicks on the node and selects 'Rename' on the pop-up menu?
        How do I create a JTree with animated icons?
        How do I create a JTree without node icons?
        How do I have dotted lines in a JTree?
        How do I have a JTextArea as a node of my JTree?
        How do I prevent a JTree to be expanded or collapsed?
        How do I allow for multiple selections in my JTree?
        How do I have two JTree's vertically aligned in a JScrollPane?


      Further Information (sorted alphabetically)
      Api's:

      Tutorials:

      Articles:







      Terms of Service | Privacy Policy | Contact

      Copyright © 2000-2003 Esus.com - All Rights Reserved 
      Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. Esus.com is independent of Sun Microsystems, Inc. All other trademarks are the sole property of their respective owners.