Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/javax/swing/JToggleButton.java
          +++ new/src/share/classes/javax/swing/JToggleButton.java
↓ open down ↓ 34 lines elided ↑ open up ↑
  35   35  import java.io.ObjectInputStream;
  36   36  import java.io.IOException;
  37   37  
  38   38  
  39   39  /**
  40   40   * An implementation of a two-state button.
  41   41   * The <code>JRadioButton</code> and <code>JCheckBox</code> classes
  42   42   * are subclasses of this class.
  43   43   * For information on using them see
  44   44   * <a
  45      - href="http://docs.oracle.com/javase/tutorial/uiswing/components/button.html">How to Use Buttons, Check Boxes, and Radio Buttons</a>,
       45 + href="https://docs.oracle.com/javase/tutorial/uiswing/components/button.html">How to Use Buttons, Check Boxes, and Radio Buttons</a>,
  46   46   * a section in <em>The Java Tutorial</em>.
  47   47   * <p>
  48   48   * Buttons can be configured, and to some degree controlled, by
  49   49   * <code><a href="Action.html">Action</a></code>s.  Using an
  50   50   * <code>Action</code> with a button has many benefits beyond directly
  51   51   * configuring a button.  Refer to <a href="Action.html#buttonActions">
  52   52   * Swing Components Supporting <code>Action</code></a> for more
  53   53   * details, and you can find more information in <a
  54      - * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
       54 + * href="https://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
  55   55   * to Use Actions</a>, a section in <em>The Java Tutorial</em>.
  56   56   * <p>
  57   57   * <strong>Warning:</strong> Swing is not thread safe. For more
  58   58   * information see <a
  59   59   * href="package-summary.html#threading">Swing's Threading
  60   60   * Policy</a>.
  61   61   * <p>
  62   62   * <strong>Warning:</strong>
  63   63   * Serialized objects of this class will not be compatible with
  64   64   * future Swing releases. The current serialization support is
↓ open down ↓ 360 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX