posted 16 years ago
Hi,
I have a JTree representing a simple hierarchy. I also have four buttons to navigate through the tree (first , previous, next,last JButton(s))
I want to implement the following functionality :
if i click a given button the current selected node in JTree should be set accordinely to chosen button : ex if i click next button ; then JTree should select the node directly under current selected node ..and so for each button.
can some one suggest some code to do that ?
thanking you.