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