test/jdk/javax/swing/GraphicsConfigNotifier/TestMultiScreenGConfigNotify.java
changeset 48063 50d61f4b5d1a
parent 47960 ea50ef230511
equal deleted inserted replaced
48062:f14a1972f35d 48063:50d61f4b5d1a
    18  *
    18  *
    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 /**
    24  * @test
    25  * @test
    25  * @bug 8178025
    26  * @bug 8178025
    26  * @summary  Verifies if graphicsConfiguration property notification is sent
    27  * @summary  Verifies if graphicsConfiguration property notification is sent
    27  *           when frame is moved from one screen to another in multiscreen
    28  *           when frame is moved from one screen to another in multiscreen
    28  *           environment.
    29  *           environment.
       
    30  * @key headful
    29  * @run main TestMultiScreenGConfigNotify
    31  * @run main TestMultiScreenGConfigNotify
    30  */
    32  */
    31 
    33 
    32 import java.awt.GraphicsConfiguration;
    34 import java.awt.GraphicsConfiguration;
    33 import java.awt.GraphicsDevice;
    35 import java.awt.GraphicsDevice;