-
Bug
-
Resolution: Not an Issue
-
P4
-
17.0.16-oracle
-
windows
The java/awt/FullScreen/FullscreenWindowProps/FullscreenWindowProps.java fails on Windows on High DPI displays.
This failure occurs afterJDK-8282863 was backported.
----------System.err:(16/909)----------
Expected: 1024
Actual: 683
java.lang.RuntimeException: width is wrong
at FullscreenWindowProps.checkSize(FullscreenWindowProps.java:100)
at FullscreenWindowProps.main(FullscreenWindowProps.java:86)
Presumably the screen resolution is 1920×1080 with the scale of 150% which results in effective resolution of 1280×720.
This failure occurs after
----------System.err:(16/909)----------
Expected: 1024
Actual: 683
java.lang.RuntimeException: width is wrong
at FullscreenWindowProps.checkSize(FullscreenWindowProps.java:100)
at FullscreenWindowProps.main(FullscreenWindowProps.java:86)
Presumably the screen resolution is 1920×1080 with the scale of 150% which results in effective resolution of 1280×720.
- relates to
-
JDK-8282863 java/awt/FullScreen/FullscreenWindowProps/FullscreenWindowProps.java fails on Windows 10 with HiDPI screen
-
- Resolved
-