--- old/src/java.desktop/share/classes/java/awt/Window.java 2016-09-02 16:54:29.176073999 +0530 +++ new/src/java.desktop/share/classes/java/awt/Window.java 2016-09-02 16:54:28.535754000 +0530 @@ -678,6 +678,10 @@ * Depending on the platform capabilities one or several images * of different dimensions will be used as the window's icon. *

+ * The {@code icons} list can contain MultiResolutionImage images also. + * Suitable image depending on screen resolution is extracted from + * base MultiResolutionImage image and added to the icons list + * while base resolution image is removed from list. * The {@code icons} list is scanned for the images of most * appropriate dimensions from the beginning. If the list contains * several images of the same size, the first will be used.