Top "Jtree" questions

Java Swing component that displays a set of hierarchical data as an outline.

Set icon to each node in Jtree

I want to set for each node in my JTree a different icon, actually I'm loading each node from a …

java swing jtree treenode treecellrenderer
Drag and Drop nodes in JTree

I am having difficulty creating a JTree that allows the nodes to be reorganized by dragging and dropping them in …

java swing drag-and-drop jtree
List files and directories with Jtree and File in Java

I want to create a very very simple file manager with JTree, but I only saw a very hard code …

java jtree file-management
How to add checkbox to JTree node to manage multiselection?

I want to build JTree which has nodes that contain check box + icon + data and tree selection algorithm.

java swing jtree
Double-click a JTree node and get its name

How do I double-click a JTree node and get its name? If I call evt.getSource() it seems that the …

java actionlistener jtree
Expanding specific JTree path

I have a problem with expanding JTree nodes. I start when use selects a node everything but the path to …

java swing jtree
JTree with checkboxes

I need to add checkboxes to a JTree. A custom TreeCellRenderer/TreeCellEditor seems like the right approach. So far I …

java swing checkbox jtree
How do I clear a JTree model?(Removing all nodes)

So this is a method of mine that is called everytime a new node is added.I need the model …

java model jtree
Getting a node in JTree

Simple question. I have a TreePath to a node in my JTree. How can I convert this TreePath to the …

java swing jtree
Filtering on a JTree

Problem Applying filtering on a JTree to avoid certain nodes/leaves to show up in the rendered version of the …

java swing jtree swingx