jdk/test/java/awt/Mixing/AWT_Mixing/OpaqueOverlapping.java
changeset 39056 d99e63b6d962
parent 31660 1a4e2e5c15e1
child 39861 cb667c7942dd
equal deleted inserted replaced
39055:92f7fed22d5f 39056:d99e63b6d962
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2016, 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.
    40  * <p>This test verify if AWT components are drawn correctly under opaque components.
    40  * <p>This test verify if AWT components are drawn correctly under opaque components.
    41  * <p>See <a href="https://bugs.openjdk.java.net/browse/JDK-6776743">JDK-6776743</a> for details
    41  * <p>See <a href="https://bugs.openjdk.java.net/browse/JDK-6776743">JDK-6776743</a> for details
    42  * <p>See base class for test info.
    42  * <p>See base class for test info.
    43  */
    43  */
    44 /*
    44 /*
    45 @test
    45  * @test
    46 @bug 6776743
    46  * @key headful
    47 @summary Opaque overlapping test for each AWT component
    47  * @bug 6776743
    48 @library ../../regtesthelpers
    48  * @summary Opaque overlapping test for each AWT component
    49 @modules java.desktop/com.sun.awt
    49  * @library ../../regtesthelpers
    50          java.desktop/java.awt.peer
    50  * @modules java.desktop/com.sun.awt
    51          java.desktop/sun.awt
    51  *          java.desktop/java.awt.peer
    52 @build Util
    52  *          java.desktop/sun.awt
    53 @run main OpaqueOverlapping
    53  * @build Util
       
    54  * @run main OpaqueOverlapping
    54  */
    55  */
    55 public class OpaqueOverlapping extends OverlappingTestBase {
    56 public class OpaqueOverlapping extends OverlappingTestBase {
    56 
    57 
    57     {
    58     {
    58         useClickValidation = false;
    59         useClickValidation = false;