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