--- old/src/share/classes/javax/swing/JComboBox.java 2013-09-25 23:23:11.866022222 +0400 +++ new/src/share/classes/javax/swing/JComboBox.java 2013-09-25 23:23:11.734022217 +0400 @@ -62,8 +62,8 @@ * Please see {@link java.beans.XMLEncoder}. * *

- * See How to Use Combo Boxes - * in The Java Tutorial + * See How to Use Combo Boxes + * in The Java Tutorial * for further information. *

* @see ComboBoxModel @@ -350,7 +350,7 @@ * by the look and feel. Some look and feels always use * heavyweight popups, no matter what the value of this property. *

- * See the article Mixing Heavy and Light Components + * See the article Mixing Heavy and Light Components * on * The Swing Connection * This method fires a property changed event.