shankar_r
10 years agoCommunity Hero
How can i click JSwing tree item
I am having a JavaSwing Tree object and it is having lots of sub item and each sub item having multiple sub items.
For Ex:
TreeObject
1.TreeItem1
1.1 MainTopic
1.1.1 TestTopic
1.1.1.1 HaveToClick
2. TreeItem2
2.1 MainTopic
2.1.1 TestTopic
2.1.2 HaveToClick1
In this tree, I don't know the item HaveToClick1 and HaveToClick are in which sub item. But i need to click dynamically HaveToClick1 and HaveToClick.
I went through the tutorial available in Selecting Tree View Items. but no luck
Any solutions?