-
GroupLayout.ParallelGroup.add(int pref)
GroupLayout.ParallelGroup.add(int min,
int pref,
int max)
Adds a gap with the specified size.
GroupLayout.ParallelGroup.add(int alignment,
Component component)
Adds the specified Component.
GroupLayout.ParallelGroup.add(int alignment,
Component component,
int min,
int pref,
int max)
Adds the specified Component.
Adds the specified Group as a child of this group.
Adds the specified Component.
GroupLayout.ParallelGroup.add(Component component,
int min,
int pref,
int max)
Adds the specified Component.
Adds the specified Group.
Creates and returns a ParallelGroup that aligns it's
elements along the baseline.
Creates and returns a ParallelGroup with a
LEADING alignment.
Creates and returns an ParallelGroup.
Creates and returns an ParallelGroup.