CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Java and JSP (http://www.codingforums.com/forumdisplay.php?f=54)
-   -   repaint? (http://www.codingforums.com/showthread.php?t=138240)

chiefbutz 04-23-2008 08:27 PM

repaint?
 
I have a window and after an event I rebuild a container that is in the window. currently I empty the container and then re-add the elements to it so get me new container. The container is the windows content pane. When I make changes in the container they do not show up. Can anymore offer me a bit of help? I can post my code if you need me to.

And btw, repaint() is not doing anything. I know stuff is happening because I can hide the window and show it and the new one is correct, but I then have 2 windows.

icm9768 05-01-2008 05:52 PM

Try calling validate() on your container.


All times are GMT +1. The time now is 02:39 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.