src/share/classes/sun/awt/AWTAccessor.java

Print this page

        

*** 482,491 **** --- 482,496 ---- /** * Static in EventQueue */ 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); } /* * An accessor for the PopupMenu class */