test/jdk/java/awt/Modal/OnTop/OnTopModal6Test.java
changeset 51840 dc15e45122b2
parent 47216 71c04702a3d5
child 52739 7199c4da1a6f
equal deleted inserted replaced
51839:ab54a4d61d7f 51840:dc15e45122b2
     1 /*
     1 /*
     2  * Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    28  * @key headful
    28  * @key headful
    29  * @bug 8052012
    29  * @bug 8052012
    30  * @summary Check whether a modal Dialog created with visible Dialog
    30  * @summary Check whether a modal Dialog created with visible Dialog
    31  *          constructor stays on top of the windows it blocks.
    31  *          constructor stays on top of the windows it blocks.
    32  *
    32  *
    33  * @library ../helpers ../../../../lib/testlibrary/
    33  * @library ../helpers /lib/testlibrary/
       
    34  * @library /test/lib
    34  * @build ExtendedRobot
    35  * @build ExtendedRobot
    35  * @build Flag
    36  * @build Flag
    36  * @build TestDialog
    37  * @build TestDialog
    37  * @build TestFrame
    38  * @build TestFrame
    38  * @run main OnTopModal6Test
    39  * @run main OnTopModal6Test