On Fri, 22 Mar 2024 06:57:12 GMT, Prasanta Sadhukhan <[email protected]> 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
