--- old/src/share/classes/sun/awt/AWTAccessor.java 2014-05-28 12:48:54.000000000 +0400 +++ new/src/share/classes/sun/awt/AWTAccessor.java 2014-05-28 12:48:54.000000000 +0400 @@ -530,7 +530,12 @@ /** * Sets the delegate for the EventQueue used by FX/AWT single threaded mode */ - public void setFwDispatcher(EventQueue eventQueue, FwDispatcher dispatcher); + void setFwDispatcher(EventQueue eventQueue, FwDispatcher dispatcher); + + /** + * Gets most recent event time in EventQueue which the {@code target} belongs to. + */ + long getMostRecentEventTimeForTarget(Object target); } /*