jdk/test/java/awt/Modal/ModalBlockingTests/BlockingDDModelessTest.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 Dialog
    30  * @summary Check whether a modeless Dialog created with a 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. Check also the correctness
    32  *          and respond to key events. Check also the correctness
    32  *          of blocking behavior for the parent Dialog.
    33  *          of blocking behavior for the parent Dialog.