February 22nd, 2005, 10:21 AM
|
#1 (permalink)
|
| Ultimate Member
Join Date: Jan 2003 Location: MA / NH
Posts: 1,497
| Help - Java repaint() (or other way to refresh)
I have a content pane, and I have the following code: Code: GUI_Content_Pane.removeAll();
GUI_Build();
repaint();
Everything works, except instead of repainting the screen... it does nothing. If I minimize the screen, the correct new information is shown (from GUI_Build)
How do I get the program to repaint, without me having to move it off the edge of the screen, or move another program in front of it before it does.
-Blaze |
| |