Adding nodes to JTree
Dear,
I wrote a piece of code by declaring few child nodes in another class file. Now i'm declaring a main class file or parent class where i am importing the child class and add child nodes declared in its class to JTree of Parent class. My problem is that i am not able to see what all nodes i declared in child. Kindly suggest.
Regards,
Harsha:)
Regards,
Harsha
|