We have a tree structure implemented using the DefaultMutableTreeNode specified in Java.
Is there any way of traversing it, that is inbuilt?
If not, please suggest other techniques.
|
|
|||||
|
|
|
If you mean you want to traverse the tree you can call Example:
|
|||