All Packages Class Hierarchy This Package Previous Next Index
Interface java.awt.swing.WindowConstants
- public interface WindowConstants
DISPOSE_ON_CLOSE- The dispose-window default window close operation
DO_NOTHING_ON_CLOSE- The do-nothing default window close operation
HIDE_ON_CLOSE- The hide-window default window close operation
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
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature