Outline « JTree « Java Swing Q&A





1. Access tree object in netbeans outline    stackoverflow.com

I'm using Outline from netbeans to display some structured data. How can I map selected row to an object in tree?

2. Making Outline look more like JTree on Windows    forums.netbeans.org

I would like to use the Netbeans Outline widget to display a tree-table. The control looks great on Mac OS X. On a default Ubuntu 10.10 install, the tree expand arrows are getting slightly cut-off on the top. On Windows, it is missing the hierarchy lines that are shown on the JTree. Is there any way to enable those hierarchy lines ...