diff -r 6eb60fac3383 -r 545c0c3809b8 jdk/src/java.desktop/share/classes/java/awt/Component.java --- a/jdk/src/java.desktop/share/classes/java/awt/Component.java Mon Mar 30 18:41:51 2015 +0300 +++ b/jdk/src/java.desktop/share/classes/java/awt/Component.java Tue Mar 31 08:48:53 2015 -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