< prev index next >

test/java/awt/Container/CheckZOrderChange/CheckZOrderChange.java

Print this page
rev 14989 : 8160974: [TESTBUG] Mark more headful tests with @key headful.

*** 20,35 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /* ! @test %I% %E% ! @bug 2161766 ! @summary Component is missing after changing the z-order of the component & focus is not transfered in ! @author Andrei Dmitriev : area=awt.container ! @run main CheckZOrderChange ! */ import java.awt.*; import java.awt.event.*; public class CheckZOrderChange { --- 20,37 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /* ! * @test %I% %E% ! * @key headful ! * @bug 2161766 ! * @summary Component is missing after changing the z-order of the component & focus is not transfered in ! * @author Andrei Dmitriev : area=awt.container ! * @run main CheckZOrderChange ! */ ! import java.awt.*; import java.awt.event.*; public class CheckZOrderChange {
< prev index next >