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