--- old/src/java.desktop/share/classes/java/awt/Component.java 2015-03-27 10:04:03.117335190 -0700 +++ new/src/java.desktop/share/classes/java/awt/Component.java 2015-03-27 10:04:02.965259185 -0700 @@ -4316,9 +4316,12 @@ */ protected boolean validatedContents; // = false /** - * Size of the back buffers + * Width of the back buffers */ protected int width; + /** + * Height of the back buffers + */ protected int height; /** @@ -6013,6 +6016,7 @@ * * If no such listeners exist, this method returns an empty array. * + * @param the type of the listeners * @param listenerType the type of listeners requested; this parameter * should specify an interface that descends from * java.util.EventListener