jdk/test/java/awt/Mixing/AWT_Mixing/OpaqueOverlappingChoice.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.
    26  * AWT/Swing overlapping test for opaque Choice.
    26  * AWT/Swing overlapping test for opaque Choice.
    27  *
    27  *
    28  * This test case was separated from {@link OpaqueOverlapping} due to CR 6994264 (Choice autohides dropdown on Solaris 10)
    28  * This test case was separated from {@link OpaqueOverlapping} due to CR 6994264 (Choice autohides dropdown on Solaris 10)
    29  */
    29  */
    30 /*
    30 /*
    31 @test
    31  * @test
    32 @bug 6994264
    32  * @key headful
    33 @summary Opaque overlapping test for Choice AWT component
    33  * @bug 6994264
    34 @library ../../regtesthelpers
    34  * @summary Opaque overlapping test for Choice AWT component
    35 @modules java.desktop/com.sun.awt
    35  * @library ../../regtesthelpers
    36          java.desktop/java.awt.peer
    36  * @modules java.desktop/com.sun.awt
    37          java.desktop/sun.awt
    37  *          java.desktop/java.awt.peer
    38 @build Util
    38  *          java.desktop/sun.awt
    39 @run main OpaqueOverlappingChoice
    39  * @build Util
       
    40  * @run main OpaqueOverlappingChoice
    40  */
    41  */
    41 public class OpaqueOverlappingChoice extends OpaqueOverlapping  {
    42 public class OpaqueOverlappingChoice extends OpaqueOverlapping  {
    42     {
    43     {
    43         onlyClassName = "Choice";
    44         onlyClassName = "Choice";
    44         skipClassNames = null;
    45         skipClassNames = null;