Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/javax/swing/JRadioButton.java
          +++ new/src/share/classes/javax/swing/JRadioButton.java
↓ open down ↓ 49 lines elided ↑ open up ↑
  50   50   * container-object and add a {@link javax.swing.border.Border} to it to set it off from surrounding
  51   51   * components.
  52   52   * </blockquote>
  53   53   * <p>
  54   54   * Buttons can be configured, and to some degree controlled, by
  55   55   * <code><a href="Action.html">Action</a></code>s.  Using an
  56   56   * <code>Action</code> with a button has many benefits beyond directly
  57   57   * configuring a button.  Refer to <a href="Action.html#buttonActions">
  58   58   * Swing Components Supporting <code>Action</code></a> for more
  59   59   * details, and you can find more information in <a
  60      - * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
       60 + * href="https://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
  61   61   * to Use Actions</a>, a section in <em>The Java Tutorial</em>.
  62   62   * <p>
  63      - * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/button.html">How to Use Buttons, Check Boxes, and Radio Buttons</a>
       63 + * See <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/button.html">How to Use Buttons, Check Boxes, and Radio Buttons</a>
  64   64   * in <em>The Java Tutorial</em>
  65   65   * for further documentation.
  66   66   * <p>
  67   67   * <strong>Warning:</strong> Swing is not thread safe. For more
  68   68   * information see <a
  69   69   * href="package-summary.html#threading">Swing's Threading
  70   70   * Policy</a>.
  71   71   * <p>
  72   72   * <strong>Warning:</strong>
  73   73   * Serialized objects of this class will not be compatible with
↓ open down ↓ 227 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX