<Swing Dev> [9] Review request for 8165594 Bad rendering of Swing UI controls with Windows Classic L&F on HiDPI display
Alexandr Scherbatiy
alexandr.scherbatiy at oracle.com
Wed Sep 7 12:10:53 UTC 2016
Hello,
Could you review the fix:
bug: https://bugs.openjdk.java.net/browse/JDK-8165594
webrev: http://cr.openjdk.java.net/~alexsch/8165594/webrev.00
The icons drawing is changed to use ovals and polygons for
JRadioButton, JCheckBox, JComboBox, and JScrollBar.
The screenshots [1], [2], and [3] shows difference between icons
drawing before and after the fix for scales 1x, 2x, and 4x.
[1]
http://cr.openjdk.java.net/~alexsch/8165594/screenshots/icons-windows-classic-1x.png
[2]
http://cr.openjdk.java.net/~alexsch/8165594/screenshots/icons-windows-classic-2x.png
[3]
http://cr.openjdk.java.net/~alexsch/8165594/screenshots/icons-windows-classic-4x.png
Thanks,
Alexandr.
More information about the swing-dev
mailing list