how can i refresh TreeNode of JTree
hi all,
I want to refresh particular TreeNode of JTree, how can i do it. I am not using DefaultMutableTreeNode, i am using TreeNode.
presently i am updating whole node itself using tree.updateUI(). but it will refresh whole tree itself. i dont know is the best way to refresh the tree.
thanks
daya

