Code Samples Index
These code examples and other materials are subject to Sun Microsystems, Inc.
Legal Terms
Setting a Mnemomic for Buttons
JButton button = new JButton("Button");
button.setMnemonic('B');
JCheckBox checkBox = new JCheckBox("CheckBox");
checkBox.setMnemonic('C');
|
Examplets provided by permission of the publisher, Addision-Wesley, and Author Patrick Chan.
Order this book from Amazon
|
|