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