How can I check if the current thread is the event dispatching thread? Permanently deleted user 创建于 2014年04月02日 10:52 Is there a way to detect if the current thread is the EVT? Something like SwingUtilities.isEventDispatchThread or SWT's display.getThread()?
ApplicationManager.getApplication().isDispatchThread()
See also other threads related methods there.
great, thanks