< prev index next >

test/jdk/java/awt/Focus/CloseDialogActivateOwnerTest/CloseDialogActivateOwnerTest.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 24,47 **** /* @test @key headful @bug 6785058 @summary Tests that an owner is activated on closing its owned dialog with the warning icon. - @author Anton Tarasov: area=awt.focus @library ../../regtesthelpers @build Util @run main/othervm/policy=java.policy -Djava.security.manager CloseDialogActivateOwnerTest */ import java.awt.*; - import java.awt.event.*; - import java.applet.Applet; - import java.util.concurrent.atomic.AtomicBoolean; - import java.lang.reflect.InvocationTargetException; import test.java.awt.regtesthelpers.Util; ! public class CloseDialogActivateOwnerTest extends Applet { Robot robot; public static void main(String[] args) { CloseDialogActivateOwnerTest app = new CloseDialogActivateOwnerTest(); app.init(); --- 24,42 ---- /* @test @key headful @bug 6785058 @summary Tests that an owner is activated on closing its owned dialog with the warning icon. @library ../../regtesthelpers @build Util @run main/othervm/policy=java.policy -Djava.security.manager CloseDialogActivateOwnerTest */ import java.awt.*; import test.java.awt.regtesthelpers.Util; ! public class CloseDialogActivateOwnerTest { Robot robot; public static void main(String[] args) { CloseDialogActivateOwnerTest app = new CloseDialogActivateOwnerTest(); app.init();
< prev index next >