On Wed, 14 Feb 2024 06:58:15 GMT, Abhishek Kumar <[email protected]> wrote:
>> Alexander Zuev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Fixing some coding style related issues
>
> test/jdk/javax/swing/JTabbedPane/TabbedPaneNPECheck.java line 56:
>
>> 54: SwingUtilities.invokeAndWait(me::test);
>> 55: } finally {
>> 56: if (mainFrame != null) {
>
> should be disposed on EDT.
done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17736#discussion_r1489980962