--- old/src/share/classes/javax/swing/JCheckBox.java 2013-09-25 23:23:10.606022178 +0400 +++ new/src/share/classes/javax/swing/JCheckBox.java 2013-09-25 23:23:10.462022173 +0400 @@ -40,7 +40,7 @@ * An implementation of a check box -- an item that can be selected or * deselected, and which displays its state to the user. * By convention, any number of check boxes in a group can be selected. - * See How to Use Buttons, Check Boxes, and Radio Buttons + * See How to Use Buttons, Check Boxes, and Radio Buttons * in The Java Tutorial * for examples and information on using check boxes. *

@@ -50,7 +50,7 @@ * configuring a button. Refer to * Swing Components Supporting Action for more * details, and you can find more information in How + * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How * to Use Actions, a section in The Java Tutorial. *

* Warning: Swing is not thread safe. For more