RFR: 8150564: Migrate useful ExtendedRobot methods into awt.Robot [v2]
Damon Nguyen
dnguyen at openjdk.org
Thu Aug 28 20:20:25 UTC 2025
On Thu, 28 Aug 2025 06:27:57 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Make vars static
>
> src/java.desktop/share/classes/java/awt/Robot.java line 812:
>
>> 810: public void click(int buttons) {
>> 811: mousePress(buttons);
>> 812: waitForIdle(20);
>
> DEFAULT_STEP_DELAY?
Updated, thanks.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26969#discussion_r2308444265
More information about the client-libs-dev
mailing list