--- old/src/share/classes/sun/awt/AWTAccessor.java 2013-05-31 10:05:54.000000000 +0400 +++ new/src/share/classes/sun/awt/AWTAccessor.java 2013-05-31 10:05:54.000000000 +0400 @@ -484,6 +484,11 @@ */ void invokeAndWait(Object source, Runnable r) throws InterruptedException, InvocationTargetException; + + /** + * Sets the delegate for the EventQueue used by FX/AWT single threaded mode + */ + public void setFwDispatcher(EventQueue eventQueue, FwDispatcher dispatcher); } /*