Hello
I don't have much gui experience so I am not sure I am using repaint correctly in this case. Here is some example code to demonstrate:
When repaint is called, the
applet container just gets blanked instead of displaying the new panel, and then, after some waiting, shows the new Panel. But if, while the screen was blanked, if I force a repaint by minimizing and restoring, the new panel is show immediately. This leads me to beleive I am using repaint wrong. Any suggestions?
Thanks