jdk/test/java/awt/Mixing/AWT_Mixing/JInternalFrameOverlapping.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.
    35 /**
    35 /**
    36  * AWT/Swing overlapping test for {@link javax.swing.JInternalFrame } component.
    36  * AWT/Swing overlapping test for {@link javax.swing.JInternalFrame } component.
    37  * <p>See base class for test info.
    37  * <p>See base class for test info.
    38  */
    38  */
    39 /*
    39 /*
    40 @test
    40  * @test
    41 @summary Overlapping test for javax.swing.JScrollPane
    41  * @key headful
    42 @author sergey.grinev@oracle.com: area=awt.mixing
    42  * @summary Overlapping test for javax.swing.JScrollPane
    43 @library ../../regtesthelpers
    43  * @author sergey.grinev@oracle.com: area=awt.mixing
    44 @modules java.desktop/sun.awt
    44  * @library ../../regtesthelpers
    45          java.desktop/java.awt.peer
    45  * @modules java.desktop/sun.awt
    46 @build Util
    46  *          java.desktop/java.awt.peer
    47 @run main JInternalFrameOverlapping
    47  * @build Util
       
    48  * @run main JInternalFrameOverlapping
    48  */
    49  */
    49 public class JInternalFrameOverlapping extends OverlappingTestBase {
    50 public class JInternalFrameOverlapping extends OverlappingTestBase {
    50 
    51 
    51     private boolean lwClicked = true;
    52     private boolean lwClicked = true;
    52     private Point lLoc;
    53     private Point lLoc;