static void jDynamicTree_addToNode(final JTree tree, fO node, fO child) { swing { DefaultMutableTreeNode root = cast tree.getModel().getRoot(); } }