static JTree jTree_hideRoot(JTree tree) { if (tree != null) swing { tree.expandRow(0); tree.setRootVisible(false); } ret tree; }