jdk/test/java/awt/Mixing/AWT_Mixing/JScrollBarOverlapping.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.
    34 /*
    34 /*
    35 @test
    35 @test
    36 @summary Simple Overlapping test for javax.swing.JScrollBar
    36 @summary Simple Overlapping test for javax.swing.JScrollBar
    37 @author sergey.grinev@oracle.com: area=awt.mixing
    37 @author sergey.grinev@oracle.com: area=awt.mixing
    38 @library ../../regtesthelpers
    38 @library ../../regtesthelpers
       
    39 @modules java.desktop/sun.awt
    39 @build Util
    40 @build Util
    40 @run main JScrollBarOverlapping
    41 @run main JScrollBarOverlapping
    41  */
    42  */
    42 public class JScrollBarOverlapping extends SimpleOverlappingTestBase {
    43 public class JScrollBarOverlapping extends SimpleOverlappingTestBase {
    43 
    44