--- old/src/share/classes/javax/swing/JCheckBoxMenuItem.java 2013-09-25 23:23:11.002022192 +0400 +++ new/src/share/classes/javax/swing/JCheckBoxMenuItem.java 2013-09-25 23:23:10.866022187 +0400 @@ -59,12 +59,12 @@ * configuring a menu item. 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. *

* For further information and examples of using check box menu items, * see How to Use Menus, + href="http://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus, * a section in The Java Tutorial. *

* Warning: Swing is not thread safe. For more