* (i.e. an instance of this class). The active Window will then call
* Toolkit.sync() directly. This slight delay speeds up the case where
* a window opens and then immediately opens a new window (and
* another...).
*/
SyncQueue.getInstance().postEvent(new SyncEvent(this));
if (_dispatchThreadRunning)
run();
else {
_dispatchThreadRunning = true;