Search:

Type: Posts; User: Fazan

Search: Search took 0.17 seconds.

  1. Re: Dooes the "removeNodeFromParent" method from DefaultTreeModel remove grandchildren?

    Huh... I did not know that. Thank you kindly, I'll go read up on that :)



    If that's the only case of concern, then I don't suspect that's the case. If the children of a removed node are added...
  2. Re: Dooes the "removeNodeFromParent" method from DefaultTreeModel remove grandchildren?

    Right, that. I am, unfortunately, not entirely clear on what is considered reachable and what isn't. Can two objects referencing each other but each without a reference exposed to ME considered to be...
  3. Re: Dooes the "removeNodeFromParent" method from DefaultTreeModel remove grandchildren?

    Right, that's what I was asking. I know the garbage collector will, um... "Collect" objects with no references pointing to them, but I don't know if that's the case with the children of a removed...
  4. Dooes the "removeNodeFromParent" method from DefaultTreeModel remove grandchildren?

    I'm hoping this is a simple question with an easy answer. I have a fairly large JTree that I need to remove a node from, but that node may have children and those children may have children of their...
Results 1 to 4 of 4