test/jdk/java/awt/FullScreen/MultimonFullscreenTest/MultimonFullscreenTest.java
changeset 49217 3b820b878ebe
parent 47216 71c04702a3d5
equal deleted inserted replaced
49216:577f96d4f3c9 49217:3b820b878ebe
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2008, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 5041219
    26  * @bug 5041219 5101561 5035272 5096011 5101712 5098624 8198613
    27  * @bug 5101561
       
    28  * @bug 5035272
       
    29  * @bug 5096011
       
    30  * @bug 5101712
       
    31  * @bug 5098624
       
    32  * @summary Here are a few assertions worth verification:
    27  * @summary Here are a few assertions worth verification:
    33  *  - the fullscreen window is positioned at 0,0
    28  *  - the fullscreen window is positioned at 0,0
    34  *  - the fs window appears on the correct screen
    29  *  - the fs window appears on the correct screen
    35  *  - if the exclusive FS mode is supported, no other widndow should
    30  *  - if the exclusive FS mode is supported, no other widndow should
    36  *    overlap the fs window (including the taskbar).
    31  *    overlap the fs window (including the taskbar).
    47  *  (-Dsun.java2d.opengl=True).
    42  *  (-Dsun.java2d.opengl=True).
    48  * @run main/manual/othervm -Dsun.java2d.pmoffscreen=true MultimonFullscreenTest
    43  * @run main/manual/othervm -Dsun.java2d.pmoffscreen=true MultimonFullscreenTest
    49  * @run main/manual/othervm -Dsun.java2d.pmoffscreen=false MultimonFullscreenTest
    44  * @run main/manual/othervm -Dsun.java2d.pmoffscreen=false MultimonFullscreenTest
    50  * @run main/manual/othervm -Dsun.java2d.d3d=True MultimonFullscreenTest
    45  * @run main/manual/othervm -Dsun.java2d.d3d=True MultimonFullscreenTest
    51  * @run main/manual/othervm -Dsun.java2d.noddraw=true MultimonFullscreenTest
    46  * @run main/manual/othervm -Dsun.java2d.noddraw=true MultimonFullscreenTest
    52  * @run main/manual/othervm -Dsun.java2d.opengl=True MultimonFullscreenTest
    47  * @run main/manual/othervm MultimonFullscreenTest
    53  */
    48  */
    54 
    49 
    55 import java.awt.Button;
    50 import java.awt.Button;
    56 import java.awt.Checkbox;
    51 import java.awt.Checkbox;
    57 import java.awt.CheckboxGroup;
    52 import java.awt.CheckboxGroup;