equal
deleted
inserted
replaced
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 |