On Mon, 8 May 2023 16:23:09 GMT, Damon Nguyen <dngu...@openjdk.org> wrote:
>> test/jdk/javax/swing/JMenuItem/bug4839464.java line 220: >> >>> 218: // Check mnemonics >>> 219: int tmpInt = item.getMnemonic(); >>> 220: robo.clickMouseOn(changeMnemonicButton); >> >> @DamonGuy Util's JRobot is used here. > > 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. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13822#discussion_r1190385701