| Author |
mnemonic and wiondows L&F
|
miguel lisboa
Ranch Hand
Joined: Feb 08, 2004
Posts: 1281
|
|
i have this code: when i see it with default L&F, i get the letter E with underscore, but if i use this code: my E letter does not appear with underscore... what might i do in order to correct this? TiA
|
java amateur
|
 |
Darrin Cartwright
Ranch Hand
Joined: Dec 27, 2002
Posts: 107
|
|
Hi Miguel, I think this is actually a "feature" :roll: of the Windows XP look and feel. Try this, make sure the window containing the button has focus, and then hold down the "Alt" key. The mnemonic will then be displayed, as long as the "Alt" key is pressed. With all of the possible Look and Feel classes, it's hard to determine whats a feature, and whats a bug. Hope that helps! Darrin
|
Life is good on the Ponderosa,<br />but mind where you step.
|
 |
miguel lisboa
Ranch Hand
Joined: Feb 08, 2004
Posts: 1281
|
|
make sure the window containing the button has focus, and then hold down the "Alt" key. The mnemonic will then be displayed, as long as the "Alt" key is pressed.
yes, it does work that way on all buttons thank you
|
 |
 |
|
|
subject: mnemonic and wiondows L&F
|
|
|