Searched refs:EXIT_ON_CLOSE (Results 1 - 25 of 83) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/javax/swing/
H A DWindowConstants.java82 public static final int EXIT_ON_CLOSE = 3; field in interface:WindowConstants
H A DJFrame.java127 public static final int EXIT_ON_CLOSE = 3; field in class:JFrame
309 case EXIT_ON_CLOSE:
346 * <li><code>EXIT_ON_CLOSE</code>
369 * if <code>EXIT_ON_CLOSE</code> has been specified and the
380 * EXIT_ON_CLOSE WindowConstants.EXIT_ON_CLOSE
387 operation != EXIT_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");
391 if (operation == EXIT_ON_CLOSE) {
854 defaultCloseOperationString = "EXIT_ON_CLOSE";
[all...]
/openjdk7/jdk/test/java/awt/im/6396526/
H A DIMLookAndFeel.java53 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JTable/6913768/
H A Dbug6913768.java46 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DMain.java44 frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
/openjdk7/jdk/test/java/awt/font/TextLayout/
H A DTestSinhalaChar.java46 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
H A DTestOldHangul.java57 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
H A DTestTibetan.java60 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JInternalFrame/6726866/
H A Dbug6726866.java28 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/Security/6657138/
H A DComponentTest.java40 setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
/openjdk7/jdk/test/java/awt/Graphics2D/DrawString/
H A DScaledLCDTextMetrics.java38 f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
/openjdk7/jdk/test/java/awt/font/Rotate/
H A DShear.java38 f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest6827032.java79 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JLayer/6824395/
H A Dbug6824395.java47 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JScrollBar/4865918/
H A Dbug4865918.java86 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JTable/6777378/
H A Dbug6777378.java74 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JTable/7188612/
H A DJTableAccessibleGetLocationOnScreen.java70 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JTableHeader/6889007/
H A Dbug6889007.java49 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JTextArea/6940863/
H A Dbug6940863.java79 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/SwingUtilities/4917669/
H A Dbug4917669.java101 mainFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/plaf/basic/BasicHTML/4251579/
H A Dbug4251579.java92 mainFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/text/CSSBorder/6796710/
H A Dbug6796710.java93 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/text/html/CSS/4530474/
H A Dbug4530474.java97 mainFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JMenuItem/6209975/
H A Dbug6209975.java112 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
136 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
/openjdk7/jdk/test/javax/swing/JComboBox/4743225/
H A Dbug4743225.java51 setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);

Completed in 64 milliseconds

1234