Searched refs:setLocationRelativeTo (Results 1 - 25 of 44) sorted by relevance

12

/openjdk7/jdk/test/java/awt/Frame/FrameSetSizeStressTest/
H A DFrameSetSizeStressTest.java39 frame.setLocationRelativeTo(null);
/openjdk7/jdk/test/java/awt/Multiscreen/LocationRelativeToTest/
H A DLocationRelativeToTest.java27 @summary Tests that Window.setLocationRelativeTo() method works correctly
64 // first, check setLocationRelativeTo(null)
65 f.setLocationRelativeTo(null);
77 // second, check setLocationRelativeTo(invisible)
78 f.setLocationRelativeTo(f2);
83 // third, check setLocationRelativeTo(visible)
87 f.setLocationRelativeTo(f2);
107 throw new RuntimeException("Test FAILED: setLocationRelativeTo() operates incorrectly");
/openjdk7/jdk/test/javax/swing/JTable/6913768/
H A Dbug6913768.java48 frame.setLocationRelativeTo(null);
/openjdk7/jdk/test/java/awt/EventDispatchThread/PreserveDispathThread/
H A DPreserveDispatchThread.java44 f.setLocationRelativeTo(null);
132 d.setLocationRelativeTo(f);
204 setLocationRelativeTo(f);
/openjdk7/jdk/test/javax/swing/JTabbedPane/4310381/
H A Dbug4310381.java50 frame.setLocationRelativeTo(null);
/openjdk7/jdk/test/javax/swing/Security/6657138/
H A DComponentTest.java48 setLocationRelativeTo(null);
/openjdk7/jdk/test/java/awt/List/ScrollOutside/
H A DScrollOut.java54 frame.setLocationRelativeTo(null);
/openjdk7/jdk/test/javax/swing/JSlider/6524424/
H A Dbug6524424.java53 frame.setLocationRelativeTo(null);
/openjdk7/jdk/test/javax/swing/JSlider/6742358/
H A Dbug6742358.java44 frame.setLocationRelativeTo(null);
/openjdk7/jdk/test/javax/swing/JTableHeader/6889007/
H A Dbug6889007.java58 frame.setLocationRelativeTo(null);
/openjdk7/jdk/test/javax/swing/border/
H A DTest6981576.java82 this.frame.setLocationRelativeTo(null);
/openjdk7/jdk/test/javax/swing/text/html/TableView/7030332/
H A Dbug7030332.java51 frame.setLocationRelativeTo(null);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DCreateMBeanDialog.java99 setLocationRelativeTo(jConsole);
178 setLocationRelativeTo(jConsole);
H A DInternalDialog.java64 public void setLocationRelativeTo(Component c) { method in class:InternalDialog
/openjdk7/jdk/test/javax/swing/JTable/7068740/
H A Dbug7068740.java74 setLocationRelativeTo(null);
/openjdk7/jdk/test/javax/swing/plaf/synth/7158712/
H A Dbug7158712.java80 frame.setLocationRelativeTo(null);
/openjdk7/jdk/test/java/awt/Graphics2D/DrawString/
H A DDrawStrSuper.java145 f.setLocationRelativeTo(null);
/openjdk7/jdk/test/java/awt/event/KeyEvent/CorrectTime/
H A DCorrectTime.java70 setLocationRelativeTo(null);
/openjdk7/jdk/test/java/awt/event/MouseEvent/EventTimeInFuture/
H A DEventTimeInFuture.java46 frame.setLocationRelativeTo(null);
/openjdk7/jdk/test/javax/swing/JComboBox/6607130/
H A Dbug6607130.java77 frame.setLocationRelativeTo(null);
/openjdk7/jdk/test/javax/swing/JInternalFrame/6647340/
H A Dbug6647340.java72 frame.setLocationRelativeTo(null);
/openjdk7/jdk/test/javax/swing/JInternalFrame/6725409/
H A Dbug6725409.java89 frame.setLocationRelativeTo(null);
/openjdk7/jdk/test/javax/swing/JSlider/6348946/
H A Dbug6348946.java77 frame.setLocationRelativeTo(null);
/openjdk7/jdk/test/javax/swing/JTree/6505523/
H A Dbug6505523.java129 frame.setLocationRelativeTo(null);
/openjdk7/jdk/test/javax/swing/JTree/8003400/
H A DTest8003400.java77 frame.setLocationRelativeTo(null);

Completed in 53 milliseconds

12