A
Aaron Fude
Hi,
When I user code
panel.removeAll();
panel.add(anotherComponent);
the anotherComponent does not show until I do something like resizing
the overall frame.
What's the right way to force panel to refresh its contents?
Thanks,
Aaron
When I user code
panel.removeAll();
panel.add(anotherComponent);
the anotherComponent does not show until I do something like resizing
the overall frame.
What's the right way to force panel to refresh its contents?
Thanks,
Aaron