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

Alisen Chung achung at openjdk.org
Tue Jun 10 21:42:44 UTC 2025


On Mon, 24 Feb 2025 21:22:48 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

>> Alisen Chung has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   migrate type(char) method
>
> test/jdk/lib/client/ExtendedRobot.java line 368:
> 
>> 366:      * @see     java.awt.event.KeyEvent
>> 367:      */
>> 368:     public void type(char c) {
> 
> Those `type(char...` are not migrated also. 
> 
> At least one test uses it:
> 
> https://github.com/alisenchung/jdk/blob/8150564/test/jdk/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.java#L178
> 
> With your change, it now calls `type(int)` directly, which has a different implementation.

i've now also migrated type(int)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22044#discussion_r2138809883


More information about the client-libs-dev mailing list