--- old/src/java.desktop/share/classes/java/awt/EventQueue.java 2017-09-03 00:46:40.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/EventQueue.java 2017-09-03 00:46:40.000000000 -0700 @@ -671,33 +671,28 @@ * * * - * - * - * - * - * + * + * * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * + * + * + * + * + * *
Event types, source types, and dispatch methods
Event TypeSource TypeDispatched To
Event Type + * Source Type + * Dispatched To *
ActiveEventAnyevent.dispatch()
OtherComponentsource.dispatchEvent(AWTEvent)
OtherMenuComponentsource.dispatchEvent(AWTEvent)
OtherOtherNo action (ignored)
ActiveEvent + * Any + * event.dispatch() + *
Other + * Component + * source.dispatchEvent(AWTEvent) + *
Other + * MenuComponent + * source.dispatchEvent(AWTEvent) + *
Other + * Other + * No action (ignored) *
*