I have a tree and a TreePath to one of its nodes. How do I programatically select this node? Will setSelectionPath of the JTree object alone work?
+2
A:
Yes. From the Java Documentation
If any component of the path is hidden (under a collapsed node), and getExpandsSelectedPaths is true it is exposed (made viewable).
Varun
2009-11-26 08:41:19