Try calling nodeChanged(TreeNode node) on the TreeModel backing the JTree (nodeChanged is actually defined in the DefaultTreeModel class), passing the node you wish to refresh as the parameter.