src/share/classes/javax/swing/plaf/basic/BasicComboBoxUI.java

Print this page

        

*** 52,62 **** * <code>createxxxListener()</code> methods and supplying your own * event listeners or subclassing from the ones supplied in this class. * <p> * For adding specific actions, * overide <code>installKeyboardActions</code> to add actions in response to ! * KeyStroke bindings. See the article <a href="http://java.sun.com/products/jfc/tsc/special_report/kestrel/keybindings.html">Keyboard Bindings in Swing</a> * at <a href="http://java.sun.com/products/jfc/tsc"><em>The Swing Connection</em></a>. * * @author Arnaud Weber * @author Tom Santos * @author Mark Davidson --- 52,62 ---- * <code>createxxxListener()</code> methods and supplying your own * event listeners or subclassing from the ones supplied in this class. * <p> * For adding specific actions, * overide <code>installKeyboardActions</code> to add actions in response to ! * KeyStroke bindings. See the article <a href="http://www.oracle.com/technetwork/java/index.html">Keyboard Bindings in Swing</a> * at <a href="http://java.sun.com/products/jfc/tsc"><em>The Swing Connection</em></a>. * * @author Arnaud Weber * @author Tom Santos * @author Mark Davidson