refresh issue

Hi all.. My application is legacy one developed using swing 1.4.. i am facing big problem with refreshing screens.. even after using repaint.. please help regarding this issue
[182 byte] By [mullapudia] at [2007-11-27 8:32:42]
# 1
Repaint will not take effect if called from an event handling method such as actionPerformed until the event handling is finished. If you need to do graphics nested into the event handling process, you need to start it in another Thread.
sztyopeka at 2007-7-12 20:28:37 > top of Java-index,Desktop,Core GUI APIs...
# 2
repaint is not been used in the event handler methods, cod e is clear from that point, please welcome with some more thoughts, thanks for the above one..
mullapudia at 2007-7-12 20:28:37 > top of Java-index,Desktop,Core GUI APIs...
# 3
hi!does is have JPanel? if yes the try to use updateUI();regardsAniruddha
Aniruddha-Herea at 2007-7-12 20:28:37 > top of Java-index,Desktop,Core GUI APIs...
# 4
Thanks aniruddh, but we are already using that method..
mullapudia at 2007-7-12 20:28:37 > top of Java-index,Desktop,Core GUI APIs...
# 5

This guessing game looks like fun.

But I don't have time to join.

If you want further help post a Short, Self Contained, Compilable and Executable, Example Program (SSCCE) that demonstrates the problem:

http://homepage1.nifty.com/algafield/sscce.html

And don't forget to use code formatting when posting code:

http://forum.java.sun.com/help.jspa?sec=formatting

Rodney_McKaya at 2007-7-12 20:28:37 > top of Java-index,Desktop,Core GUI APIs...