jdk/src/share/classes/javax/swing/JInternalFrame.java
changeset 21982 fd6e5fe509df
parent 21278 ef8a3a2a72f2
child 22574 7f8ce0c8c20a
equal deleted inserted replaced
21981:48b31d370bc9 21982:fd6e5fe509df
  1643 
  1643 
  1644     /**
  1644     /**
  1645      * Sets the operation that will happen by default when
  1645      * Sets the operation that will happen by default when
  1646      * the user initiates a "close" on this internal frame.
  1646      * the user initiates a "close" on this internal frame.
  1647      * The possible choices are:
  1647      * The possible choices are:
  1648      * <p>
  1648      * <br><br>
  1649      * <dl>
  1649      * <dl>
  1650      * <dt><code>DO_NOTHING_ON_CLOSE</code>
  1650      * <dt><code>DO_NOTHING_ON_CLOSE</code>
  1651      * <dd> Do nothing.
  1651      * <dd> Do nothing.
  1652      *      This requires the program to handle the operation
  1652      *      This requires the program to handle the operation
  1653      *      in the <code>windowClosing</code> method
  1653      *      in the <code>windowClosing</code> method