-
Package |
Description |
java.awt |
Contains all of the classes for creating user
interfaces and for painting graphics and images.
|
-
-
Modifier and Type |
Field and Description |
Insets |
GridBagConstraints.insets
This field specifies the external padding of the component, the
minimum amount of space between the component and the edges of its
display area.
|
Constructor and Description |
GridBagConstraints(int gridx,
int gridy,
int gridwidth,
int gridheight,
double weightx,
double weighty,
int anchor,
int fill,
Insets insets,
int ipadx,
int ipady)
Creates a GridBagConstraints object with
all of its fields set to the passed-in arguments.
|
This document was created by
Dulcet from the OpenJDK sources.
Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.