Perry Smith

Java Questions & Answers

Home / Java Q & A Archive Page 3 / Java Q & A Archive

Hot key
Monday, 25-Jan-99 00:00:13

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


Response
Re: Hot key
Tuesday, 26-Jan-99 00:10:07

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


Home / Java Q & A Archive Page 3 / Java Q & A Archive