jdk/test/java/awt/Mixing/AWT_Mixing/JEditorPaneInGlassPaneOverlapping.java
changeset 39056 d99e63b6d962
parent 36511 9d0388c6b336
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.
    28 /**
    28 /**
    29  * AWT/Swing overlapping test for {@link javax.swing.JBEditorPane } component in GlassPane.
    29  * AWT/Swing overlapping test for {@link javax.swing.JBEditorPane } component in GlassPane.
    30  * <p>See base class for details.
    30  * <p>See base class for details.
    31  */
    31  */
    32 /*
    32 /*
    33 @test
    33  * @test
    34 @summary Simple Overlapping test for javax.swing.JLabel
    34  * @key headful
    35 @author sergey.grinev@oracle.com: area=awt.mixing
    35  * @summary Simple Overlapping test for javax.swing.JLabel
    36 @library /java/awt/patchlib  ../../regtesthelpers
    36  * @author sergey.grinev@oracle.com: area=awt.mixing
    37 @modules java.desktop/sun.awt
    37  * @library /java/awt/patchlib  ../../regtesthelpers
    38          java.desktop/java.awt.peer
    38  * @modules java.desktop/sun.awt
    39 @build java.desktop/java.awt.Helper
    39  *          java.desktop/java.awt.peer
    40 @build Util
    40  * @build java.desktop/java.awt.Helper
    41 @run main JEditorPaneInGlassPaneOverlapping
    41  * @build Util
       
    42  * @run main JEditorPaneInGlassPaneOverlapping
    42  */
    43  */
    43 public class JEditorPaneInGlassPaneOverlapping extends GlassPaneOverlappingTestBase {
    44 public class JEditorPaneInGlassPaneOverlapping extends GlassPaneOverlappingTestBase {
    44 
    45 
    45     @Override
    46     @Override
    46     protected JComponent getSwingComponent() {
    47     protected JComponent getSwingComponent() {