1341N/A<html>
1341N/A<!--
1341N/A
2362N/A Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
1341N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1341N/A
1341N/A This code is free software; you can redistribute it and/or modify it
1341N/A under the terms of the GNU General Public License version 2 only, as
1341N/A published by the Free Software Foundation.
1341N/A
1341N/A This code is distributed in the hope that it will be useful, but WITHOUT
1341N/A ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1341N/A FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1341N/A version 2 for more details (a copy is included in the LICENSE file that
1341N/A accompanied this code).
1341N/A
1341N/A You should have received a copy of the GNU General Public License version
1341N/A 2 along with this work; if not, write to the Free Software Foundation,
1341N/A Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1341N/A
2362N/A Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A or visit www.oracle.com if you need additional information or have any
2362N/A questions.
1341N/A
1341N/A @test
1341N/A @bug 5004032
1341N/A @summary GridBagConstraints.ipad(x|y) defined in a new way
1341N/A @author dav@sparc.spb.su area=
1341N/A @run applet GridBagLayoutIpadXYTest.html
1341N/A -->
1341N/A<head>
1341N/A<title> </title>
1341N/A</head>
1341N/A<body>
1341N/A
1341N/A<h1>GridBagLayoutIpadXYTest<br>Bug ID: 5004032 </h1>
1341N/A
1341N/A<p> This is an AUTOMATIC test, simply wait for completion </p>
1341N/A
1341N/A<APPLET CODE="GridBagLayoutIpadXYTest.class" WIDTH=200 HEIGHT=200></APPLET>
1341N/A</body>
1341N/A</html>
1341N/A