--- old/src/share/classes/javax/swing/plaf/basic/BasicComboBoxUI.java 2013-09-27 16:03:13.637229397 +0400 +++ new/src/share/classes/javax/swing/plaf/basic/BasicComboBoxUI.java 2013-09-27 16:03:13.493231208 +0400 @@ -54,8 +54,7 @@ *

* For adding specific actions, * overide installKeyboardActions to add actions in response to - * KeyStroke bindings. See the article Keyboard Bindings in Swing - * at The Swing Connection. + * KeyStroke bindings. See the article How to Use Key Bindings * * @author Arnaud Weber * @author Tom Santos