Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/javax/swing/JCheckBoxMenuItem.java
          +++ new/src/share/classes/javax/swing/JCheckBoxMenuItem.java
↓ open down ↓ 51 lines elided ↑ open up ↑
  52   52   * <code>setSelected</code>, which work for all menus and buttons.
  53   53   * The <code>getState</code> and <code>setState</code> methods exist for
  54   54   * compatibility with other component sets.
  55   55   * <p>
  56   56   * Menu items can be configured, and to some degree controlled, by
  57   57   * <code><a href="Action.html">Action</a></code>s.  Using an
  58   58   * <code>Action</code> with a menu item has many benefits beyond directly
  59   59   * configuring a menu item.  Refer to <a href="Action.html#buttonActions">
  60   60   * Swing Components Supporting <code>Action</code></a> for more
  61   61   * details, and you can find more information in <a
  62      - * href="http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
       62 + * href="https://docs.oracle.com/javase/tutorial/uiswing/misc/action.html">How
  63   63   * to Use Actions</a>, a section in <em>The Java Tutorial</em>.
  64   64   * <p>
  65   65   * For further information and examples of using check box menu items,
  66   66   * see <a
  67      - href="http://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus</a>,
       67 + href="https://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus</a>,
  68   68   * a section in <em>The Java Tutorial.</em>
  69   69   * <p>
  70   70   * <strong>Warning:</strong> Swing is not thread safe. For more
  71   71   * information see <a
  72   72   * href="package-summary.html#threading">Swing's Threading
  73   73   * Policy</a>.
  74   74   * <p>
  75   75   * <strong>Warning:</strong>
  76   76   * Serialized objects of this class will not be compatible with
  77   77   * future Swing releases. The current serialization support is
↓ open down ↓ 230 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX