jdk/test/java/awt/Mixing/AWT_Mixing/JTableInGlassPaneOverlapping.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.
    30 /**
    30 /**
    31  * AWT/Swing overlapping test for {@link javax.swing.JTable } component in GlassPane.
    31  * AWT/Swing overlapping test for {@link javax.swing.JTable } component in GlassPane.
    32  * <p>See base class for details.
    32  * <p>See base class for details.
    33  */
    33  */
    34 /*
    34 /*
    35 @test
    35  * @test
    36 @summary Simple Overlapping test for JTable
    36  * @key headful
    37 @author sergey.grinev@oracle.com: area=awt.mixing
    37  * @summary Simple Overlapping test for JTable
    38 @library /java/awt/patchlib  ../../regtesthelpers
    38  * @author sergey.grinev@oracle.com: area=awt.mixing
    39 @modules java.desktop/sun.awt
    39  * @library /java/awt/patchlib  ../../regtesthelpers
    40          java.desktop/java.awt.peer
    40  * @modules java.desktop/sun.awt
    41 @build java.desktop/java.awt.Helper
    41  *          java.desktop/java.awt.peer
    42 @build Util
    42  * @build java.desktop/java.awt.Helper
    43 @run main JTableInGlassPaneOverlapping
    43  * @build Util
       
    44  * @run main JTableInGlassPaneOverlapping
    44  */
    45  */
    45 public class JTableInGlassPaneOverlapping extends GlassPaneOverlappingTestBase {
    46 public class JTableInGlassPaneOverlapping extends GlassPaneOverlappingTestBase {
    46 
    47 
    47     {
    48     {
    48         testResize = false;
    49         testResize = false;