RFR: 8306996: Open source Swing MenuItem related tests [v2]

Damon Nguyen dnguyen at openjdk.org
Wed May 10 21:08:43 UTC 2023


On Wed, 10 May 2023 20:54:26 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

>> Which part is a Util method? I see a JRobot method. Or is Util and JRobot linked somehow? My understanding is that they're separate since they're separate in regtesthelpers.
>
> @DamonGuy 'clickMouseOn()'. Earlier this test had a AWT Robot and JRobot. It has been changed recently to use AWT Robot only.

Gotcha. Just for my understanding, does JRobot depend on Util? `clickMouseOn` is in JRobot and I thought Util and JRobot were separate since they're java files.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13822#discussion_r1190395065



More information about the client-libs-dev mailing list