jdk/test/java/awt/Mixing/AWT_Mixing/JPanelOverlapping.java
changeset 31448 1066345d2a8a
parent 25129 3961e8fcb668
child 31660 1a4e2e5c15e1
equal deleted inserted replaced
31447:a5d56b872e3a 31448:1066345d2a8a
     1 /*
     1 /*
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2015, 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.
    31 /*
    31 /*
    32 @test
    32 @test
    33 @summary Simple Overlapping test for javax.swing.JPanel
    33 @summary Simple Overlapping test for javax.swing.JPanel
    34 @author sergey.grinev@oracle.com: area=awt.mixing
    34 @author sergey.grinev@oracle.com: area=awt.mixing
    35 @library ../../regtesthelpers
    35 @library ../../regtesthelpers
       
    36 @modules java.desktop/sun.awt
    36 @build Util
    37 @build Util
    37 @run main JPanelOverlapping
    38 @run main JPanelOverlapping
    38  */
    39  */
    39 public class JPanelOverlapping extends SimpleOverlappingTestBase {
    40 public class JPanelOverlapping extends SimpleOverlappingTestBase {
    40 
    41