test/jdk/java/awt/Modal/FileDialog/FileDialogModal2Test.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.
    29  *
    29  *
    30  * @summary Check whether FileDialog blocks a modal Dialog
    30  * @summary Check whether FileDialog blocks a modal Dialog
    31  *          created with a null Dialog constructor. Also check if other
    31  *          created with a null Dialog constructor. Also check if other
    32  *          windows are blocked by the FileDialog too.
    32  *          windows are blocked by the FileDialog too.
    33  *
    33  *
    34  * @library ../helpers ../../../../lib/testlibrary/
    34  * @library ../helpers /lib/testlibrary/
       
    35  * @library /test/lib
    35  * @build ExtendedRobot
    36  * @build ExtendedRobot
    36  * @build Flag
    37  * @build Flag
    37  * @build TestDialog
    38  * @build TestDialog
    38  * @build TestFrame
    39  * @build TestFrame
    39  * @build TestWindow
    40  * @build TestWindow