jdk/test/java/awt/Modal/ModalBlockingTests/BlockingFDWNonModal1Test.java
changeset 40128 e635645d2a8a
parent 25787 f1c606e8b3f8
equal deleted inserted replaced
40127:2720cd366dc2 40128:e635645d2a8a
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
       
    26  * @key headful
    26  * @bug 8049617
    27  * @bug 8049617
    27  * @summary Check whether a non-modal Dialog created with a null Frame
    28  * @summary Check whether a non-modal Dialog created with a null Frame
    28  *          constructor receives focus; whether its components receive focus
    29  *          constructor receives focus; whether its components receive focus
    29  *          and respond to key events, when there are other windows shown.
    30  *          and respond to key events, when there are other windows shown.
    30  *          Check also the correctness of blocking behavior for other windows shown.
    31  *          Check also the correctness of blocking behavior for other windows shown.