src/java.desktop/share/classes/java/awt/Robot.java

Print this page

        

*** 560,570 **** checkNotDispatchThread(); try { SunToolkit.flushPendingEvents(); // 7185258: realSync() call blocks all DnD tests on OS X ! if (AccessController.doPrivileged(OSInfo.getOSTypeAction()) = OSInfo.OSType.MACOSX) { // post a dummy event to the queue so we know when // all the events before it have been processed EventQueue.invokeAndWait( new Runnable() { public void run() { // dummy implementation --- 560,570 ---- checkNotDispatchThread(); try { SunToolkit.flushPendingEvents(); // 7185258: realSync() call blocks all DnD tests on OS X ! if (AccessController.doPrivileged(OSInfo.getOSTypeAction()) == OSInfo.OSType.MACOSX) { // post a dummy event to the queue so we know when // all the events before it have been processed EventQueue.invokeAndWait( new Runnable() { public void run() { // dummy implementation