Hello,

What is the best way to remove the current node from a Tree2?  Without
having a pointer back to the parent, I cannot do something like
currentNode.getParentNode().getChildren().remove(currentIndex);

-- Jim

Reply via email to