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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DWindowConstants.java53 public static final int DO_NOTHING_ON_CLOSE = 0; field in interface:WindowConstants
H A DJDialog.java691 case DO_NOTHING_ON_CLOSE:
705 * <li>{@code DO_NOTHING_ON_CLOSE}
744 * enum: DO_NOTHING_ON_CLOSE WindowConstants.DO_NOTHING_ON_CLOSE
750 if (operation != DO_NOTHING_ON_CLOSE &&
753 throw new IllegalArgumentException("defaultCloseOperation must be one of: DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE, or DISPOSE_ON_CLOSE");
1205 } else if (defaultCloseOperation == DO_NOTHING_ON_CLOSE) {
1206 defaultCloseOperationString = "DO_NOTHING_ON_CLOSE";
H A DJFrame.java75 * <code>setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE)</code>.
306 case DO_NOTHING_ON_CLOSE:
328 * <li><code>DO_NOTHING_ON_CLOSE</code>
377 * enum: DO_NOTHING_ON_CLOSE WindowConstants.DO_NOTHING_ON_CLOSE
384 if (operation != DO_NOTHING_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");
851 } else if (defaultCloseOperation == DO_NOTHING_ON_CLOSE) {
852 defaultCloseOperationString = "DO_NOTHING_ON_CLOSE";
H A DJInternalFrame.java1615 case DO_NOTHING_ON_CLOSE:
1649 * <dt><code>DO_NOTHING_ON_CLOSE</code>
1669 * <code>DO_NOTHING_ON_CLOSE</code>,
1955 } else if (defaultCloseOperation == DO_NOTHING_ON_CLOSE) {
1956 defaultCloseOperationString = "DO_NOTHING_ON_CLOSE";
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DJFrameWrapper.java55 frame.setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
/openjdk7/jdk/src/share/classes/sun/swing/
H A DPrintingStatus.java156 abortDialog.setDefaultCloseOperation(JDialog.DO_NOTHING_ON_CLOSE);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCTrayIcon.java332 dialog.setDefaultCloseOperation(JDialog.DO_NOTHING_ON_CLOSE);

Completed in 43 milliseconds