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