RFR: 8367376: Bad ButtonUI prevents other components from updating when system changes desktop properties [v4]

Damon Nguyen dnguyen at openjdk.org
Fri Sep 26 21:23:20 UTC 2025


On Fri, 26 Sep 2025 14:18:05 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> If you do not want to tinker with the current test, maybe you can have another test testing the L&F s,  handling exception gracefully in updateUI
>
> 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.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27205#discussion_r2383517378


More information about the client-libs-dev mailing list