RFR: 8341000: Open source some of the AWT Window tests [v2]

Jayathirth D V jdv at openjdk.org
Tue Oct 1 10:12:20 UTC 2024


On Tue, 1 Oct 2024 09:18:50 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Jayathirth D V has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update for review comments
>
> test/jdk/java/awt/Window/InvalidFocusLostEventTest/InvalidFocusLostEventTest.java line 67:
> 
>> 65:         f = new Frame("InvalidFocusLostEventTest");
>> 66:         b = new Button("Press me");
>> 67:         fm  = KeyboardFocusManager.getCurrentKeyboardFocusManager();
> 
> Suggestion:
> 
>         fm = KeyboardFocusManager.getCurrentKeyboardFocusManager();

Updated.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/21281#discussion_r1782503036


More information about the client-libs-dev mailing list