--- old/src/share/classes/javax/swing/JToggleButton.java 2013-09-25 23:23:25.366022691 +0400 +++ new/src/share/classes/javax/swing/JToggleButton.java 2013-09-25 23:23:25.222022686 +0400 @@ -42,7 +42,7 @@ * are subclasses of this class. * For information on using them see * How to Use Buttons, Check Boxes, and Radio Buttons, + href="http://docs.oracle.com/javase/tutorial/uiswing/components/button.html">How to Use Buttons, Check Boxes, and Radio Buttons, * a section in The Java Tutorial. *

* Buttons can be configured, and to some degree controlled, by @@ -51,7 +51,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