jdk/test/java/awt/Modal/ModalBlockingTests/UnblockedDialogSetModalTest.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 modal Dialog receives focus; check
    29  * @summary Check whether a modal Dialog receives focus; check
    29  *          if its components receive focus and respond to key events
    30  *          if its components receive focus and respond to key events
    30  *
    31  *
    31  * @library ../helpers ../../../../lib/testlibrary/
    32  * @library ../helpers ../../../../lib/testlibrary/