Mike Favata wrote:
Hello all,

I am having trouble with the invokeAndWait method offered by UpdateManager. I am able to call invokeAndWait successfully in this block of code:

Hi Mike,


   I suspect that you are calling invokeAndWait from the
Swing event thread.  This is prone to causing deadlocks
as you have discovered.  You need to move the calls to
invokeAndWait to another thread.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to