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.

