RFR: 8354466: Open some misc Swing bugs 9 [v3]

Harshitha Onkar honkar at openjdk.org
Tue Apr 22 00:19:41 UTC 2025


On Mon, 21 Apr 2025 18:27:22 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

>> Alisen Chung has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   update color uppercase
>
> test/jdk/javax/swing/JPasswordField/bug4382819.java line 59:
> 
>> 57:             SwingUtilities.invokeAndWait(() -> passwordField.setEnabled(false));
>> 58:             robot.waitForIdle();
>> 59:             robot.delay(1000);
> 
> delay can be reduced here
> 
> Suggestion:
> 
>             robot.delay(250);

delay was removed instead of reducing it here. Please add back the delay.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24703#discussion_r2053137736


More information about the client-libs-dev mailing list