On Fri, 25 Apr 2025 18:24:27 GMT, Alexey Ivanov <[email protected]> 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 62:
>
>> 60: if (frame != null) {
>> 61: SwingUtilities.invokeAndWait(() -> frame.dispose());
>> 62: }
>
> The null-check should be on EDT too.
>
> This comment is still not resolved.
it's done now
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24624#discussion_r2060751391