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