RFR: 8150564: Migrate useful ExtendedRobot methods into awt.Robot [v6]

Damon Nguyen dnguyen at openjdk.org
Wed Sep 17 06:42:47 UTC 2025


On Wed, 10 Sep 2025 00:16:05 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Add one missing source of default_delay value
>
> src/java.desktop/share/classes/java/awt/Robot.java line 129:
> 
>> 127:     private DirectColorModel screenCapCM = null;
>> 128: 
>> 129:     /**
> 
> many new lines still longer than 80 chars.

I tried to follow a similar structure to the rest of the class. Some may be longer due to formatting links but I thought the result when generating the html looked fine. Was there any specific issue with the lines that are still longer than 80 chars?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26969#discussion_r2354468825


More information about the client-libs-dev mailing list