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

Print this page

        

*** 528,538 **** 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 */ --- 528,543 ---- throws InterruptedException, InvocationTargetException; /** * Sets the delegate for the EventQueue used by FX/AWT single threaded mode */ ! void setFwDispatcher(EventQueue eventQueue, FwDispatcher dispatcher); ! ! /** ! * Gets most recent event time in the EventQueue ! */ ! long getMostRecentEventTime(EventQueue eventQueue); } /* * An accessor for the PopupMenu class */