JavaTM 2 Platform
Standard Edition

javax.swing
Interface WindowConstants

All Known Implementing Classes:
JInternalFrame, JDialog, JFrame

public interface WindowConstants

Constants used to control the window-closing operation. For example, see JFrame.setDefaultCloseOperation(int)


Field Summary
static int DISPOSE_ON_CLOSE
          The dispose-window default window close operation
static int DO_NOTHING_ON_CLOSE
          The do-nothing default window close operation
static int HIDE_ON_CLOSE
          The hide-window default window close operation
 

Field Detail

DO_NOTHING_ON_CLOSE

public static final int DO_NOTHING_ON_CLOSE
The do-nothing default window close operation

HIDE_ON_CLOSE

public static final int HIDE_ON_CLOSE
The hide-window default window close operation

DISPOSE_ON_CLOSE

public static final int DISPOSE_ON_CLOSE
The dispose-window default window close operation

JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.