Expand a certain node in a JTree
Hello!I got hold of a certain Node in a JTree. Now I need to expand that JTree down to that very Node, but I can't figure out how to do that. It would be pretty good with a method like:
expandObject(Object obj)
... in the JTree, but of course there is no one like that.
So if any one could help me I would be most thankfull.
Best regards
Fredrik