On Wed, 5 Oct 2022 21:44:45 GMT, Alexey Ivanov <[email protected]> wrote:
>> Harshitha Onkar has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> test updated
>
> test/jdk/javax/swing/JInternalFrame/InternalFrameBorderTest.java line 226:
>
>> 224: robot.mouseMove(x, y);
>> 225:
>> 226: for (int i = 0; i < 5; i++) {
>
> Suggestion:
>
> for (int i = 0; i < BORDER_THICKNESS; i++) {
>
> Is it the intention?
Yes, that is correct.
-------------
PR: https://git.openjdk.org/jdk/pull/10274