Linestyle « JTree « Java Swing Q&A





1. Netbeans JTree Linestyle    stackoverflow.com

I'm having difficulties removing the "lineStyle" lines in JTrees using Netbeans. In a standalone program, I'm able to do this:

    JTree myJTree = new JTree();
   ...

2. JTree, custom lineStyle    coderanch.com