Searched refs:WindowConstants (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DWindowConstants.java48 public interface WindowConstants interface
H A DJDialog.java97 public class JDialog extends Dialog implements WindowConstants,
706 * (defined in {@code WindowConstants}):
712 * (defined in {@code WindowConstants}):
718 * (defined in {@code WindowConstants}):
739 * @see WindowConstants
744 * enum: DO_NOTHING_ON_CLOSE WindowConstants.DO_NOTHING_ON_CLOSE
745 * HIDE_ON_CLOSE WindowConstants.HIDE_ON_CLOSE
746 * DISPOSE_ON_CLOSE WindowConstants.DISPOSE_ON_CLOSE
H A DJFrame.java75 * <code>setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE)</code>.
114 public class JFrame extends Frame implements WindowConstants,
329 * (defined in <code>WindowConstants</code>):
335 * (defined in <code>WindowConstants</code>):
341 * (defined in <code>WindowConstants</code>):
367 * @see WindowConstants
377 * enum: DO_NOTHING_ON_CLOSE WindowConstants.DO_NOTHING_ON_CLOSE
378 * HIDE_ON_CLOSE WindowConstants.HIDE_ON_CLOSE
379 * DISPOSE_ON_CLOSE WindowConstants.DISPOSE_ON_CLOSE
380 * EXIT_ON_CLOSE WindowConstants
[all...]
H A DJInternalFrame.java113 Accessible, WindowConstants,
1666 * <code>javax.swing.WindowConstants</code>
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DMain.java44 frame.setDefaultCloseOperation(WindowConstants.EXIT_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/sun/pisces/
H A DDashStrokeTest.java35 import javax.swing.WindowConstants;
/openjdk7/jdk/test/javax/swing/JTable/7068740/
H A Dbug7068740.java49 setDefaultCloseOperation(WindowConstants.EXIT_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/src/share/demo/jfc/TransparentRuler/transparentruler/
H A DRuler.java62 import javax.swing.WindowConstants;
248 setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest6524757.java45 import javax.swing.WindowConstants;
151 frame.setDefaultCloseOperation(WindowConstants.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/java/awt/Window/TranslucentShapedFrameTest/
H A DTranslucentShapedFrameTest.java93 setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_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);
/openjdk7/jdk/src/share/demo/jfc/FileChooserDemo/
H A DFileChooserDemo.java81 import javax.swing.WindowConstants;
819 frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHSDB.java137 frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);

Completed in 55 milliseconds