Menu HotKeys for ?
Hi,
Is there any way I can specify 'hot keys' for the menus with '?' caption.
I can define hot keys for S hot key thro' the following code fragment :
javax.swing.JMenu menuName=new javax.swing.JMenu();
menuName.setMnemonic(KeyEvent.VK_S);
But don't know how to do for ?
Any suggestion of great help
Thanks,
Pankaj Chomal

