svoid jTree_setRootObject(JTree tree, O root) { if (tree != null) swingCall(tree, 'setRoot, new DefaultMutableTreeNode(root)); }