<Swing Dev> [9] Review Request JDK-8151787 Unify the HiDPI splash screen image naming convention
Rajeev Chamyal
rajeev.chamyal at oracle.com
Tue Aug 9 08:18:39 UTC 2016
Hello All,
Please review the following webrev.
Bug: https://bugs.openjdk.java.net/browse/JDK-8151787
Webrev: http://cr.openjdk.java.net/~rchamyal/8151787/webrev.00/
Issue: Currently different naming conventions are used for Hidpi image on different platforms.
With this change the names will be unified across all platforms.
For a unscaled image image.ext following naming convention will be followed.
Unscaled name: image.ext
Supported Scaled Names:
If screen scale is integer number e.g. 2: HYPERLINK "mailto:image at 2x.ext"image at 2x.ext
If screen scale is float value like 1.25: HYPERLINK "mailto:image at 125pct.ext"image at 125pct.ext
Regards,
Rajeev Chamyal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/swing-dev/attachments/20160809/5a88e549/attachment.html>
More information about the swing-dev
mailing list