Use you own nodes that have a pointer back to the parent
On Fri, Jul 18, 2008 at 8:02 AM, Jim the Standing Bear <[EMAIL PROTECTED]> wrote: > 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 >

