Hi. i Know how to call setMnemonic(char) for JButton
Example
If I Have  a JButton 
Say 
JButton test = new JButton("Test");
test.setMnemonic('t');//in order to add hot keys to
JButton
But if I Am using
JOptionPane.showConfirmDialog(null,"Confirm
exit","exit",JOptionPane.YES_NO_CANCEL_OPTION)

How i should add hot keys to yes no cancel button of
the confirm dialog.
Regards
Aminur

__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com
_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to