On Thu, 25 Sep 2025 14:41:15 GMT, Alexey Ivanov <[email protected]> wrote:
>> Damon Nguyen has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Review comment updates > > test/jdk/java/awt/Mouse/EnterExitEvents/DragWindowTest.java line 66: > >> 64: robot.setAutoDelay(100); >> 65: >> 66: SwingUtilities.invokeAndWait((Runnable) () -> >> createAndShowGUI()); > > Suggestion: > > SwingUtilities.invokeAndWait(DragWindowTest::createAndShowGUI); Thanks! Updated. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/27478#discussion_r2380040369
