super("AWT-NativeEventThread"); //$NON-NLS-1$ setDaemon(true);
return wtk;
synchronized (this) { try { wtk = init.init(); nativeQueue = wtk.getNativeEventQueue(); } finally { notifyAll(); } } runModalLoop();
while (nativeQueue.waitEvent()) { nativeQueue.dispatchEvent(); }
synchronized (this) { this.init = init; super.start(); try { wait(); } catch (InterruptedException e) { throw new RuntimeException(e); } }