src/share/classes/javax/swing/WindowConstants.java

Print this page

        

*** 34,44 **** * <code>JInternalFrame</code>, and * <code>JDialog</code> * use these constants. * For examples of setting the default window-closing operation, see * <a ! href="http://java.sun.com/docs/books/tutorial/uiswing/components/frame.html#windowevents">Responding to Window-Closing Events</a>, * a section in <em>The Java Tutorial</em>. * @see JFrame#setDefaultCloseOperation(int) * @see JDialog#setDefaultCloseOperation(int) * @see JInternalFrame#setDefaultCloseOperation(int) * --- 34,44 ---- * <code>JInternalFrame</code>, and * <code>JDialog</code> * use these constants. * For examples of setting the default window-closing operation, see * <a ! href="http://docs.oracle.com/javase/tutorial/uiswing/components/frame.html#windowevents">Responding to Window-Closing Events</a>, * a section in <em>The Java Tutorial</em>. * @see JFrame#setDefaultCloseOperation(int) * @see JDialog#setDefaultCloseOperation(int) * @see JInternalFrame#setDefaultCloseOperation(int) *