new treemodel is set but view does not update?

How does one refresh a view? I mean if I set another treeModel using setModel then how do I update this to the view instead of it displaying the original?

It sets the new model and my debugging statements show it goes all through the setting up of the new information but doesn't move into the next step - display.

I have tried validate(), setVisible(false) then setVisible(true), and repaint() but to no success. All I really want to do is refresh the view I think.

I've read a few threads on this but haven't seen a resolution yet and am figuring when people solve it they don't post the solution just move on.

Any advice would be very welcome at this stage.

[695 byte] By [occams_razora] at [2007-10-3 7:01:19]
# 1
ahh solved, it was resetting back to the original treemodel again so no change. Thanks anyway to all the people I've queried on this one over the last few days. Your help has been appreciated.
occams_razora at 2007-7-15 1:54:20 > top of Java-index,Java Essentials,New To Java...