Top "Jtree" questions

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

overriding JTree double-click to prevent node expansion?

It looks like there are 2 default mechanisms to expand a folder node in a JTree. One is to click on …

java swing jtree double-click
JTree set background of node to non-opaque

Please have a look at the SSCCE. How can I make the non-selected tree nodes' background transparent. At the moment …

java swing jtree treenode renderer
How to: JTable with collapsible JTree in first column and data in the other columns?

I am somewhat lost at this point: I try to create a JTable that is able to hold some kind …

java swing jtree jxtreetable jtreetable
JTree rendering with JCheckBox nodes

I am attempting to modify the standard Swing JTree to intermingle nodes with and without checkboxes. This is an example: …

java swing rendering jtree jcheckbox