Searched refs:HIDE_ON_CLOSE (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DWindowConstants.java58 public static final int HIDE_ON_CLOSE = 1; field in interface:WindowConstants
H A DJDialog.java109 private int defaultCloseOperation = HIDE_ON_CLOSE;
685 case HIDE_ON_CLOSE:
711 * <li>{@code HIDE_ON_CLOSE}
724 * The value is set to {@code HIDE_ON_CLOSE} by default. Changes
745 * HIDE_ON_CLOSE WindowConstants.HIDE_ON_CLOSE
751 operation != HIDE_ON_CLOSE &&
753 throw new IllegalArgumentException("defaultCloseOperation must be one of: DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE, or DISPOSE_ON_CLOSE");
1201 if (defaultCloseOperation == HIDE_ON_CLOSE) {
1202 defaultCloseOperationString = "HIDE_ON_CLOSE";
[all...]
H A DJFrame.java136 private int defaultCloseOperation = HIDE_ON_CLOSE;
300 case HIDE_ON_CLOSE:
334 * <li><code>HIDE_ON_CLOSE</code>
352 * The value is set to <code>HIDE_ON_CLOSE</code> by default. Changes
378 * HIDE_ON_CLOSE WindowConstants.HIDE_ON_CLOSE
385 operation != HIDE_ON_CLOSE &&
388 throw new IllegalArgumentException("defaultCloseOperation must be one of: DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE, DISPOSE_ON_CLOSE, or EXIT_ON_CLOSE");
847 if (defaultCloseOperation == HIDE_ON_CLOSE) {
848 defaultCloseOperationString = "HIDE_ON_CLOSE";
[all...]
H A DJInternalFrame.java1617 case HIDE_ON_CLOSE:
1654 * <dt><code>HIDE_ON_CLOSE</code>
1670 * <code>HIDE_ON_CLOSE</code>, or
1951 if (defaultCloseOperation == HIDE_ON_CLOSE) {
1952 defaultCloseOperationString = "HIDE_ON_CLOSE";
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DJFrameWrapper.java53 frame.setDefaultCloseOperation(JFrame.HIDE_ON_CLOSE);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DAboutDialog.java61 setDefaultCloseOperation(HIDE_ON_CLOSE);
H A DConnectDialog.java81 setDefaultCloseOperation(HIDE_ON_CLOSE);

Completed in 46 milliseconds