--- old/src/java.desktop/share/classes/java/awt/EventQueue.java 2017-05-18 14:07:54.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/EventQueue.java 2017-05-18 14:07:54.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -668,12 +668,16 @@ * dispatched depends upon the type of the event and the * type of the event's source object: * - * + *
+ * + * * * * * * + * + * * * * @@ -694,6 +698,7 @@ * * * + * *
Event types, source types, and dispatch methods
Event TypeSource TypeDispatched To
ActiveEventAnyOtherNo action (ignored)
* * @param event an instance of {@code java.awt.AWTEvent},