RFR: 8367376: Bad ButtonUI prevents other components from updating when system changes desktop properties [v4]
Jeremy Wood
jwood at openjdk.org
Sat Sep 27 04:40:05 UTC 2025
On Fri, 26 Sep 2025 21:20:58 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:
>> Since the changes are in look-and-feels, you should iterate over installed look-and-feels. Otherwise you test Aqua L&F on macOS and Metal on Windows only, which means an exception may still cause problems in other L&Fs.
>>
>> Creating several tests if needed is fine, yet I don't think it's needed.
>
> I agree with Alexey. I think we should definitely iterate across all L&Fs and it can be done without creating more tests.
I updated the test to iterate over all available L&F's
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27205#discussion_r2383857654
More information about the client-libs-dev
mailing list