On Tue, 29 Mar 2022 22:37:27 GMT, Sergey Bylokhov <[email protected]> wrote:
>> Srinivas Mandalika has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Added @bug keyword
>
> test/jdk/javax/accessibility/4699544/JRootPaneAccessiblAtTest.java line 55:
>
>> 53:
>> 54: public static void main(String args[]) {
>> 55: new JRootPaneAccessiblAtTest();
>
> This is the subclass of the JFrame, which should be accessed on the EDT.
Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7739