Hi Yaroslav,

"Yaroslav Bulatov" <[EMAIL PROTECTED]> wrote on 11/14/2006 01:53:50 PM:

> Thomas DeWeese wrote:
> >     No, I don't think so.  There is a problem if you use
> > invokeAndWait from the Swing thread but AFAIK invokeLater doesn't
> > have (and hasn't had) deadlock issues.
> 
> I'm calling it from the thread called "AWT-EventQueue-0", more
> specifically it's getting called when "gvtRenderingCompleted" is
> called on GVTTreeRendererListener....is that a problem?

   As long as you call invokeLater there is not a problem.
If you are calling invokeAndWait then there will be a problem
depending on what DOM manipulations you are making...


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

Reply via email to