Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/java/awt/event/WindowEvent.java
          +++ new/src/share/classes/java/awt/event/WindowEvent.java
↓ open down ↓ 44 lines elided ↑ open up ↑
  45   45   * <p>
  46   46   * An unspecified behavior will be caused if the {@code id} parameter
  47   47   * of any particular {@code WindowEvent} instance is not
  48   48   * in the range from {@code WINDOW_FIRST} to {@code WINDOW_LAST}.
  49   49   *
  50   50   * @author Carl Quinn
  51   51   * @author Amy Fowler
  52   52   *
  53   53   * @see WindowAdapter
  54   54   * @see WindowListener
  55      - * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/windowlistener.html">Tutorial: Writing a Window Listener</a>
       55 + * @see <a href="https://docs.oracle.com/javase/tutorial/uiswing/events/windowlistener.html">Tutorial: Writing a Window Listener</a>
  56   56   *
  57   57   * @since JDK1.1
  58   58   */
  59   59  public class WindowEvent extends ComponentEvent {
  60   60  
  61   61      /**
  62   62       * The first number in the range of ids used for window events.
  63   63       */
  64   64      public static final int WINDOW_FIRST        = 200;
  65   65  
↓ open down ↓ 366 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX