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

Jeremy Wood jwood at openjdk.org
Wed Sep 17 20:59:25 UTC 2025


On Wed, 17 Sep 2025 20:17:11 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Jeremy Wood has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8367376: trivial typos in comment
>
> test/jdk/com/sun/java/swing/plaf/Test8367376.java line 46:
> 
>> 44: import java.util.concurrent.CountDownLatch;
>> 45: 
>> 46: public class Test8367376 extends JFrame {
> 
> Give the test a meaningful name? `UninstallUIThrowsException`?

OK. I used `DesktopPropertyResetPendingFlagTest`

> test/jdk/com/sun/java/swing/plaf/Test8367376.java line 156:
> 
>> 154:         getContentPane().add(p);
>> 155:     }
>> 156: }
> 
> A file should end with new line (`\n`) character.

OK, this is updated

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

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


More information about the client-libs-dev mailing list