jdk/test/java/awt/Modal/ModalBlockingTests/BlockingFDNonModalTest.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 Frame
    29  * @summary Check whether a non-modal Dialog created with a Frame
    29  *          constructor receives focus, whether its components receive focus
    30  *          constructor receives focus, whether its components receive focus
    30  *          and respond to key events. Check also the correctness
    31  *          and respond to key events. Check also the correctness
    31  *          of the blocking behavior for the parent Frame.
    32  *          of the blocking behavior for the parent Frame.