On Mon, 18 Sep 2023 19:14:15 GMT, Alexey Ivanov <[email protected]> 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
