RFR: 8233068: HIDPI: Linux: AWT Checkbox check mark is unscaled [v4]

Tejesh R tr at openjdk.org
Wed Aug 7 04:31:39 UTC 2024


On Tue, 6 Aug 2024 21:45:50 GMT, Alisen Chung <achung at openjdk.org> wrote:

>> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review updates
>
> test/jdk/java/awt/Checkbox/CheckboxCheckerScalingTest.java line 39:
> 
>> 37:  * @bug 8233068
>> 38:  * @summary Tests checkbox checker on scaling
>> 39:  * @requires (os.family == "linux")
> 
> can this test also be run on different platforms?

Can be run, but in windows the scaling is not taken care yet. I guess in macos the scaling is handled. Since the fix is for linux alone, its better to restrict to linux now.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/20441#discussion_r1706364439


More information about the client-libs-dev mailing list