Print this page


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