RFR: 8315804: Open source several Swing JTabbedPane JTextArea JTextField tests [v4]

Damon Nguyen dnguyen at openjdk.org
Mon Sep 18 22:29:45 UTC 2023


On Mon, 18 Sep 2023 19:14:15 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Add focus to EDT
>
> test/jdk/javax/swing/JTabbedPane/bug4703690.java line 108:
> 
>> 106:         robot.setAutoDelay(50);
>> 107: 
>> 108:         SwingUtilities.invokeAndWait(() -> two.requestFocus());
> 
> My preference is using method reference wherever possible, this fixes an IDEA warning. It's up to you though.

Updated. Much appreciated

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15747#discussion_r1329340922


More information about the client-libs-dev mailing list