TreeView « JTree « Java Swing Q&A





1. The Big Tree: When to Release Data in an RIA    stackoverflow.com

This question is about a Java JTree or a Window .Net Tree (Winforms) or an Adobe Flex Tree. In a client-server application (for Flex it's Web, really), I have a tree with ...

2. Java: Nested Tree Structure    stackoverflow.com

I am looking for a way to create a nested tree structure in my GUI. I have a few "boxes" that have items in them. I would like the boxes to ...

3. Stealing the contents of another application's tree view    stackoverflow.com

I have an application with a very large TreeView control in Java. I want to get the contents of the tree control in a list (just strings not a JList) ...

4. What's the equivalent of Java's JTree's setRootVisible and setDropMode in C#'s TreeView?    stackoverflow.com

I need to hide the root node and enable drag n drop in between nodes. In Java this is straight forward but I can't find the equivalent in C#.