> Does that include redrawing a Fig on the diagram?

Yes, unless GEF is doing something magic behind the scenes.  What are GEF's
rules for which threads are allowed to draw?  Does GEF provide thread
safety?

> How do we deal with this?

If GEF doesn't provide any synchronization, callers need to use
Swing.invokeLater() to get drawing operations queued for processing on the
Swing event thread if they aren't already running there.

Tom

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

Reply via email to