Method makeVisible(TreePath path)
Return type: void
Member of:
javax.swing.JTree
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
tree.makeVisible(paths[i]);
2
tree.makeVisible(path);
3
tree.makeVisible(path);
4
tree.makeVisible(path);
5
tree.makeVisible(treePath); // expand it
6
makeVisible(current);
7
tree.makeVisible(treePath); // expand it
8
tree.makeVisible(new TreePath(((DefaultMutableTreeNode)rootNode.getFirstChild()).getPath()));
9
m_tree.makeVisible(
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.