-
GroupLayout.SequentialGroup.add(boolean useAsBaseline,
Component component)
Adds a Component
to this Group
.
GroupLayout.SequentialGroup.add(boolean useAsBaseline,
Component component,
int min,
int pref,
int max)
Adds a Component
to this Group
with the specified size.
Adds a Group
to this Group
.
GroupLayout.SequentialGroup.add(int pref)
GroupLayout.SequentialGroup.add(int min,
int pref,
int max)
Adds a gap with the specified size.
Adds the specified Component.
GroupLayout.SequentialGroup.add(Component component,
int min,
int pref,
int max)
Adds the specified Component
.
Adds the specified Group
to this
SequentialGroup
Adds an element representing the preferred gap between one edge
of the container and the next/previous Component.
Adds an element representing the preferred gap between one edge
of the container and the next/previous Component.
Adds an element representing the preferred gap between the
nearest components.
Adds an element for the preferred gap between the
nearest components.
Adds an element representing the preferred gap between the two
components.
Adds an element representing the preferred gap between the two
components.
Creates and returns a SequentialGroup
.