-
Bug
-
Resolution: Unresolved
-
P4
-
9, 10, 11, 12, 13
Current implementation of Splash Screen will load a HiDPI variant of the image if it's provided (see JDK-8151787 for more details).
If a larger splash screen image is not provided, the current image is displayed as is. In a HiDPI environment it could be too small.
In cases where the image for the current scale factor is not available, the standard (100%) or the closest image should be chosen and scaled up or down to the correct size that corresponds to the scaling factor used.
If a larger splash screen image is not provided, the current image is displayed as is. In a HiDPI environment it could be too small.
In cases where the image for the current scale factor is not available, the standard (100%) or the closest image should be chosen and scaled up or down to the correct size that corresponds to the scaling factor used.
- relates to
-
JDK-8151787 Unify the HiDPI splash screen image naming convention
- Resolved
-
JDK-8218605 Startup Splash Screen of SwingSet2 flashes in smaller coordinates before appearing in the final size
- Resolved
-
JDK-8156149 Blurry rendering on Windows 7 at 125% screen setting
- Closed