static JTree setRootVisible(JTree tree, bool b) { if (tree != null) swing { tree.setRootVisible(b); } ret tree; }