Hi Thomas, > You have to let the swing thread return. > I don't know what you are trying to do so I can't suggest how to > do it. Why do you want to block the swing thread until the > Runnable in the update manager completes?
My requirement is that I should synchronize update thread(getUpdateManager().getUpdateRunnableQueue().invokeLater) with main thread. So I have created third thread with “invokeAndWait”. Since it is called from third thread, I couldn’t synchronize it with main thread. So can you please tell how to synchronize “invokeAndWait” with my main thread? Thanks, Sudhakar -- View this message in context: http://www.nabble.com/Problem-in-invokeAndWait-tf2124331.html#a5907797 Sent from the Batik - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
