Posted By:
sunil_anand
Posted On:
Tuesday, April 19, 2005 06:54 AM
If I have a JSpinner on my Panel, and I set mnemonics for the component using :
JSpinner spinner = new JSpinner();
JLabel label = new JLabel("MYLabel");
label.setDisplayedMnemonic('M');
label.setLabelFor(spinner);
Alt+M key does works , or never shifts focus to Jspinner field, whereas it works for others works components.
Please help its urgent