Hi buddies,
I've added a button to a panel, and used
setMnemonic(KeyEvent.VK_R)
to set a hotkey Alt+R for triggering the button event.
However, the requirement is changed, now, I need to use 'Ctrl+R' as the
hotkey for the button.
Will you please give me some hit on this?
Thanks!