Try:myJButton.setMnemonic('b');This is assuming you are in swing and using JButtons of course. Probably willwork with AWT heavyweight buttons. This setMnemonic method will allow you tohit "ALT + B" and the button will think it got clicked.