test/jdk/java/awt/Focus/FocusTransitionTest/FocusTransitionTest.java
changeset 48063 50d61f4b5d1a
parent 47379 40ba3aa34970
equal deleted inserted replaced
48062:f14a1972f35d 48063:50d61f4b5d1a
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /* @test
    24 /**
       
    25  * @test
    25  * @bug 8155197
    26  * @bug 8155197
    26  * @summary Tests whether the value of mostRecentFocusOwner for a window is correct, if
    27  * @summary Tests whether the value of mostRecentFocusOwner for a window is correct, if
    27  *          another window is displayed during focus transition
    28  *          another window is displayed during focus transition
       
    29  * @key headful
    28  * @library ../../regtesthelpers
    30  * @library ../../regtesthelpers
    29  * @build Util
    31  * @build Util
    30  * @run main FocusTransitionTest
    32  * @run main FocusTransitionTest
    31  */
    33  */
    32 
    34