ComponentInParallel
Wraps a GUI component so that it may appear in a parallel group.
- See also:
javax.swing.GroupLayout.ParallelGroup
Value members
Concrete methods
Specifies size constraints for this component.
Specifies size constraints for this component.
- Value parameters:
- max
maximum size >= 0 (or one of
UseDefault
,UsePreferred
andInfinite
)- min
minimum size >= 0 (or one of
UseDefault
,UsePreferred
andInfinite
)- pref
preferred size >= 0 (or one of
UseDefault
,UsePreferred
andInfinite
)
Inherited methods
Fixes the size of this component to its default size.
Fixes the size of this component to its default size.
- Inherited from:
- SizeHelpers
Forces this component to be resizable (useful e.g. for buttons). Its minimum size is set to 0 pixels.
Forces this component to be resizable (useful e.g. for buttons). Its minimum size is set to 0 pixels.
- Inherited from:
- SizeHelpers