< prev index next >

test/jdk/java/awt/Window/setLocRelativeTo/SetLocationRelativeToTest.java

Print this page

        

*** 30,40 **** * @key headful * @summary Toplevel should be correctly positioned as relative to a component: * so that their centers coincide * or, if the component is hidden, centered on the screen. * @bug 8036915 ! * @library ../../../../lib/testlibrary * @build ExtendedRobot * @run main/timeout=1200 SetLocationRelativeToTest */ public class SetLocationRelativeToTest { --- 30,40 ---- * @key headful * @summary Toplevel should be correctly positioned as relative to a component: * so that their centers coincide * or, if the component is hidden, centered on the screen. * @bug 8036915 ! * @library ../../../../lib/client * @build ExtendedRobot * @run main/timeout=1200 SetLocationRelativeToTest */ public class SetLocationRelativeToTest {
< prev index next >