I've a JTree that I'm trying to edit,
however my userObject in my Node is a class with 2 strings and when I edit the tree my class gets overridden with the
String that I enter.
Is there anyway override the function that causes this to happen? and update the userObject myself?
thanks
Trish