Print this page


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