Returns whether or not gaps between the container and the
first/last components should automatically be created.
Returns true if gaps between components are automatically be created.
Returns the baseline for the specified component, or -1 if the
baseline can not be determined.
Returns the baseline for the specified component, or a value less
than 0 if the baseline can not be determined.
Returns a constant indicating how the baseline varies with the size
of the component.
Returns the baseline for the specified component, or -1 if the
baseline can not be determined.
Returns the amount of space to position a component inside its
parent.
Returns whether component visiblity is considered when sizing and
positioning components.
Returns the Group
that is responsible for
layout along the horizontal axis.
Returns the alignment along the x axis.
Returns the alignment along the y axis.
Returns the LayoutStyle instance to use
Returns the amount of space to use between two components.
Factory methods for obtaining the current LayoutStyle
object appropriate for the current look and feel.
Returns the ParallelGroup
that is responsible for
layout along the vertical axis.
Group provides for commonality between the two types of operations
supported by GroupLayout
: laying out components one
after another (SequentialGroup
) or layout on top
of each other (ParallelGroup
).
GroupLayout is a LayoutManager that hierarchically groups components to
achieve common, and not so common, layouts.
Creates a GroupLayout for the specified JComponent.