Hello All,
Could you please review the following fix. Bug : https://bugs.openjdk.java.net/browse/JDK-8151787 Webrev : http://cr.openjdk.java.net/~rchamyal/8151787/webrev.00/ This is a small enhancement to support similar HiDPI splash screen image name convention on all platforms. Currently we have different naming convention for scaled images on different platforms. Image name : image.ext Scaled image names: Windows : image.scale-dpiValue.ext Linux : image.java-scale2x.ext MAC im...@2x.ext After the fix naming convention on Mac and Linux would be : Image name : image.ext Scaled image name : image.java-scale2x.ext Naming convention on windows : Image name : image.ext Scaled image name : image.java-scale<dpi value>.ext Regards, Rajeev Chamyal