Re: refresh/repain JFrame



knguyen wrote:
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


You are going to have to give us a little more of a clue than that.

How about posting a simple, compilable test program that shows your problem?

--

Knute Johnson
email s/nospam/knute/
.



Relevant Pages

  • refresh/repain JFrame
    ... Is there a proper way to repaint/refresh a JFrame? ... I tried calling ...
    (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)