DefaultMutableTreeNode inbuilt tree structure

146 views Asked by At

How can I access userObject in DefaultMutableTreeNode How can I modify the user object or extract the values defined in it?

1

There are 1 answers

3
A.H. On BEST ANSWER

What about the methods setUserObject and getUserObject?