static JTree jtree_openRootNode(final JTree tree) { if (tree != null) swing { tree.expandPath(new TreePath(jDynamicTree_root(tree))); } ret tree; }