On Mon, 14 Sep 2026 17:18:32 GMT, Alexander Zvegintsev <[email protected]> 
wrote:

>> Prasanta Sadhukhan has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Modify deprecated var
>
> test/jdk/java/awt/Modal/ModalDialogOrderingTest/ModalDialogOrderingTest.java 
> line 112:
> 
>> 110:             robot.mouseMove(clickX, clickY);
>> 111:             robot.mousePress(InputEvent.BUTTON1_MASK);
>> 112:             robot.mouseRelease(InputEvent.BUTTON1_MASK);
> 
> Deprecated constants can be replaced with `InputEvent.BUTTON1_DOWN_MASK`, 
> since you're already touching the file.

ok..done

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

PR Review Comment: https://git.openjdk.org/jdk/pull/32854#discussion_r4012662270

Reply via email to