On Thu, 17 Feb 2022 04:58:26 GMT, Sergey Bylokhov <[email protected]> wrote:
>> Manukumar V S has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Fixed review comments: waitForIdle() added after frame creation and waits
>> until button gains focus
>
> test/jdk/javax/swing/JButton/SpaceKeyActivatesButton.java line 99:
>
>> 97:
>> 98: private static boolean isFocusOwner() {
>> 99: return focusedButton.isFocusOwner();
>
> This is a Swing component that should be accessed on EDT.
Fixed
-------------
PR: https://git.openjdk.java.net/jdk/pull/7460