RFR: 8316324: Opensource five miscellaneous Swing tests

Alexander Zuev kizune at openjdk.org
Fri Mar 22 21:39:22 UTC 2024


On Fri, 22 Mar 2024 06:57:12 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Clean up and opensource five tests.
>
> test/jdk/javax/swing/InputVerifier/bug4774166.java line 44:
> 
>> 42:  * @summary InputVerifier should be called after a window loses and then regains focus
>> 43:  * @library /javax/swing/regtesthelpers
>> 44:  * @build JRobot
> 
> I guess JRobot library dependancy is not needed unnecessarliy, could be achieved by normal Robot in this test..

Down below i am using JRobot API such as hitKey and clickMouseOn so i have to use JRobot or code will be much larger.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18443#discussion_r1536247341


More information about the client-libs-dev mailing list