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