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.
# 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..
# 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