RFR: 8315726: Open source several AWT applet tests [v2]

Alexander Zvegintsev azvegint at openjdk.org
Tue Sep 12 12:26:40 UTC 2023


On Tue, 12 Sep 2023 08:44:35 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Alexander Zvegintsev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   spacing
>
> test/jdk/java/awt/Focus/TestWindowsLFFocus.java line 103:
> 
>> 101:             SwingUtilities.invokeAndWait(() -> {
>> 102:                 Point location = new Point(frameLoc);
>> 103:                 location.y +=  bar.getHeight() / 2 + item.getHeight() / 2;
> 
> Suggestion:
> 
>                 location.y += bar.getHeight() / 2 + item.getHeight() / 2;

Fixed

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15671#discussion_r1322953763


More information about the client-libs-dev mailing list