On Mon, 11 Mar 2024 11:53:14 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:

>> Alexander Zuev has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Bumped copyright year of the affected tests
>>   Minor changes based on the review comments
>
> test/jdk/javax/swing/JEditorPane/4325606/bug4325606.java line 83:
> 
>> 81:             robo.setAutoDelay(100);
>> 82:             robo.delay(1000);
>> 83:             robo.mouseMove(100,100);
> 
> Suggestion:
> 
>             robo.mouseMove(100, 100);

Whilst it is fine to use setLocation(int, int), I do agree that assuming it 
will be precisely honoured is risky.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18184#discussion_r1522054869

Reply via email to