pb repaint JFrame

From: Coue (a_at_b.c)
Date: 02/26/04


Date: Thu, 26 Feb 2004 18:01:01 +0100

Hi,

I have an application with two JFrame.
When I do a synchronized action who take a long time (WAIT_CURSOR) from the
second JFrame (front of the first JFrame) and when I move the JFrame in
front during the action, that erase the first JFrame. There is no repaint of
my first JFrame because the blocking action.
Do you know how to resolve this kind of problem ?
There is no problem with awt component Frame ? Is it a swing problem ?

Thanks for help

Florent



Relevant Pages

  • Re: Is a JFrame threaded?
    ... button on the first JFrame. ... The JFrame captures a file name and calls ... Is this anything to do with threading? ...
    (comp.lang.java.programmer)
  • Re: How to connect to other JFrame ?
    ... After I clicked first JFrame, ... I would like to close the first JFrame when second JFrame is open. ... SelectFacilities selectfac = new SelectFacilities; ...
    (comp.lang.java.gui)
  • Re: pb repaint JFrame
    ... > I have an application with two JFrame. ... > When I do a synchronized action who take a long time from ... that erase the first JFrame. ... may be you should use JDialog instead of second JFrame. ...
    (comp.lang.java.gui)
  • How to connect to other JFrame ?
    ... I created 2 JFrame forms. ... I would like to close the first JFrame when second JFrame is open. ... SelectFacilities selectfac = new SelectFacilities; ...
    (comp.lang.java.gui)
  • Re: How to connect to other JFrame ?
    ... I created 2 JFrame forms. ... After I clicked first JFrame, ... I would like to close the first JFrame when second JFrame is open. ...
    (comp.lang.java.gui)