Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/javax/swing/ButtonGroup.java
          +++ new/src/share/classes/javax/swing/ButtonGroup.java
↓ open down ↓ 43 lines elided ↑ open up ↑
  44   44   * or <code>JToggleButton</code>.
  45   45   * It wouldn't make sense to put an instance of
  46   46   * <code>JButton</code> or <code>JMenuItem</code>
  47   47   * in a button group
  48   48   * because <code>JButton</code> and <code>JMenuItem</code>
  49   49   * don't implement the selected state.
  50   50   * <p>
  51   51   * Initially, all buttons in the group are unselected.
  52   52   * <p>
  53   53   * For examples and further information on using button groups see
  54      - * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/button.html#radiobutton">How to Use Radio Buttons</a>,
       54 + * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/button.html#radiobutton">How to Use Radio Buttons</a>,
  55   55   * a section in <em>The Java Tutorial</em>.
  56   56   * <p>
  57   57   * <strong>Warning:</strong>
  58   58   * Serialized objects of this class will not be compatible with
  59   59   * future Swing releases. The current serialization support is
  60   60   * appropriate for short term storage or RMI between applications running
  61   61   * the same version of Swing.  As of 1.4, support for long term storage
  62   62   * of all JavaBeans&trade;
  63   63   * has been added to the <code>java.beans</code> package.
  64   64   * Please see {@link java.beans.XMLEncoder}.
↓ open down ↓ 127 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX