jdk/test/java/awt/Focus/WindowIsFocusableAccessByThreadsTest/WindowIsFocusableAccessByThreadsTest.java
changeset 39056 d99e63b6d962
parent 26008 ccab11700f07
child 45028 b0ea3c0bfb81
equal deleted inserted replaced
39055:92f7fed22d5f 39056:d99e63b6d962
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25   @test
    25   @test
       
    26   @key headful
    26   @bug      8047288
    27   @bug      8047288
    27   @summary  Tests method isFocusable of Window component. It should be accessed only from EDT
    28   @summary  Tests method isFocusable of Window component. It should be accessed only from EDT
    28   @author   artem.malinko@oracle.com
    29   @author   artem.malinko@oracle.com
    29   @library  ../../regtesthelpers
    30   @library  ../../regtesthelpers
    30   @build    Util
    31   @build    Util