On Fri, 25 Apr 2025 20:15:04 GMT, Alisen Chung <ach...@openjdk.org> wrote:
>> Anass Baya has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Frame null-check before disposing the frame on the EDT > > test/jdk/javax/swing/JComboBox/ComboPopupBug.java line 58: > >> 56: robot.delay(1000); >> 57: >> 58: SwingUtilities.invokeAndWait(() -> closeButton.doClick()); > > maybe add a waitForIdle after this call for stability I think `waitForIdle ` wouldn't hurt. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24624#discussion_r2063837550