On Wed, 14 Feb 2024 05:29:21 GMT, Alexander Zuev <[email protected]> wrote:
>> Add null check for the Aqua LnF situation when tab is hidden die to the tabs
>> overflow.
>
> 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.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17736#discussion_r1488997310