203.129.225.221 writes:
Please somebody tell me Whether we can use hotkeys in java for menu items e.g. menu item with label "&File" will
underline 'F' while running the program.
User can press Alt+F to get the Popup Menu activated
Thanks
Anand
Anand Gore
171.209.186.18 writes:
You can simulate the effect of hotkeys by adding that key to the KeyEventListener, but I ran into a problem when trying to underline the letter assciated with the hot key. I've tried checking through the Unicode standard characters ... but I didn't see any underlined letters. Maybe there's an underline font...???
MikeD