refresh/repain JFrame



Hello again,

Is there a proper way to repaint/refresh a JFrame? I tried calling
repaint() but it doesn't seem to work?

Thanks

-k

.



Relevant Pages

  • Re: refresh/repain JFrame
    ... Is there a proper way to repaint/refresh a JFrame? ... I tried calling ... How about posting a simple, compilable test program that shows your problem? ...
    (comp.lang.java.help)
  • Re: refresh/repain JFrame
    ... Is there a proper way to repaint/refresh a JFrame? ... Here is my frame code..all the GUI are done in myPanel with data ... After you connect to your client, change the text in the JLabel. ...
    (comp.lang.java.help)