Re: RFR: 8296275: Write a test to verify setAccelerator method of JMenuItem [v9]

2022-12-14 Thread Alexey Ivanov
On Tue, 13 Dec 2022 16:41:42 GMT, Naveen Narayanan wrote: >> This testcase will >> 1) Verify setAccelerator method of JMenuitem. >> 2) Check that the selection of a menu item in the menu bar will generate >> action by a key combination of META+M. >> >> Testing: >> Tested using Mach5(20 times

Re: RFR: 8296275: Write a test to verify setAccelerator method of JMenuItem [v9]

2022-12-13 Thread Naveen Narayanan
> This testcase will > 1) Verify setAccelerator method of JMenuitem. > 2) Check that the selection of a menu item in the menu bar will generate > action by a key combination of META+M. > > Testing: > Tested using Mach5(20 times per platform) in Mac OS, Linux and Windows and > got all pass.