Searched refs:DISPOSE_ON_CLOSE (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DWindowConstants.java70 public static final int DISPOSE_ON_CLOSE = 2; field in interface:WindowConstants
H A DJDialog.java688 case DISPOSE_ON_CLOSE:
717 * <li>{@code DISPOSE_ON_CLOSE}
746 * DISPOSE_ON_CLOSE WindowConstants.DISPOSE_ON_CLOSE
752 operation != DISPOSE_ON_CLOSE) {
753 throw new IllegalArgumentException("defaultCloseOperation must be one of: DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE, or DISPOSE_ON_CLOSE");
1203 } else if (defaultCloseOperation == DISPOSE_ON_CLOSE) {
1204 defaultCloseOperationString = "DISPOSE_ON_CLOSE";
H A DJFrame.java303 case DISPOSE_ON_CLOSE:
340 * <li><code>DISPOSE_ON_CLOSE</code>
379 * DISPOSE_ON_CLOSE WindowConstants.DISPOSE_ON_CLOSE
386 operation != DISPOSE_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");
849 } else if (defaultCloseOperation == DISPOSE_ON_CLOSE) {
850 defaultCloseOperationString = "DISPOSE_ON_CLOSE";
H A DJInternalFrame.java188 private int defaultCloseOperation = DISPOSE_ON_CLOSE;
1627 case DISPOSE_ON_CLOSE:
1656 * <dt><code>DISPOSE_ON_CLOSE</code>
1660 * The default value is <code>DISPOSE_ON_CLOSE</code>.
1671 * <code>DISPOSE_ON_CLOSE</code>
1953 } else if (defaultCloseOperation == DISPOSE_ON_CLOSE) {
1954 defaultCloseOperationString = "DISPOSE_ON_CLOSE";
/openjdk7/jdk/test/javax/swing/JTabbedPane/4310381/
H A Dbug4310381.java48 frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JInternalFrame/
H A DInternalFrameIsNotCollectedTest.java102 iFrame.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
106 frame.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JSlider/6524424/
H A Dbug6524424.java51 frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JSlider/6742358/
H A Dbug6742358.java42 frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/border/
H A DTest6981576.java66 this.frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/text/html/TableView/7030332/
H A Dbug7030332.java49 frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JPopupMenu/6694823/
H A Dbug6694823.java83 frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JComponent/7154030/
H A Dbug7154030.java88 frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JTree/8003400/
H A DTest8003400.java78 frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
/openjdk7/jdk/test/java/awt/xembed/server/
H A DTestXEmbedServer.java122 modal_d.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
166 dummy.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JComboBox/4199622/
H A Dbug4199622.java57 setDefaultCloseOperation(DISPOSE_ON_CLOSE);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DEditFilterDialog.java68 setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest6524757.java151 frame.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/ToolTipManager/7123767/
H A Dbug7123767.java117 setDefaultCloseOperation(DISPOSE_ON_CLOSE);
/openjdk7/jdk/test/sun/java2d/DirectX/NonOpaqueDestLCDAATest/
H A DNonOpaqueDestLCDAATest.java110 setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
/openjdk7/jdk/src/share/sample/scripting/scriptpad/src/resources/
H A Dscriptpad.js339 "fr.setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE);\n" +
351 "fr.defaultCloseOperation = javax.swing.WindowConstants.DISPOSE_ON_CLOSE;\n" +
428 helpFrame.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);

Completed in 243 milliseconds