RFR: 8322239: [macos] a11y : java.lang.NullPointerException is thrown when focus is moved on the JTabbedPane [v3]
Alexander Zuev
kizune at openjdk.org
Wed Feb 14 19:50:34 UTC 2024
On Wed, 14 Feb 2024 06:58:15 GMT, Abhishek Kumar <abhiscxk at openjdk.org> 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
More information about the client-libs-dev
mailing list