jdk/test/java/awt/Mixing/AWT_Mixing/JSplitPaneOverlapping.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.
    47 @test
    47 @test
    48 @bug 6986109
    48 @bug 6986109
    49 @summary Overlapping test for javax.swing.JSplitPane
    49 @summary Overlapping test for javax.swing.JSplitPane
    50 @author sergey.grinev@oracle.com: area=awt.mixing
    50 @author sergey.grinev@oracle.com: area=awt.mixing
    51 @library ../../regtesthelpers
    51 @library ../../regtesthelpers
       
    52 @modules java.desktop/sun.awt
    52 @build Util
    53 @build Util
    53 @run main JSplitPaneOverlapping
    54 @run main JSplitPaneOverlapping
    54  */
    55  */
    55 public class JSplitPaneOverlapping extends OverlappingTestBase {
    56 public class JSplitPaneOverlapping extends OverlappingTestBase {
    56 
    57