Java Refreshing a screen

Posted by Goutham on Stack Overflow See other posts from Stack Overflow or by Goutham
Published on 2010-04-21T06:47:07Z Indexed on 2010/04/21 6:53 UTC
Read the original article Hit count: 255

Filed under:
|

I have a screen in which one of its components is made invisible depending on a boolean value. If the boolean changes after the screen has been created, how do I refresh the screen to take this into account?

© Stack Overflow or respective owner

Related posts about java

Related posts about swing