Описание тега grouplayout
GroupLayout is a Java Swing LayoutManager that hierarchically groups components in order to position them in a Container.
GroupLayout is a LayoutManager
that hierarchically groups components in order to position them in a Container. GroupLayout is intended for use by builders, but may be hand-coded as well. Grouping is done by instances of the Group class. GroupLayout
supports two types of groups. A sequential group positions its child elements sequentially, one after another. A parallel group aligns its child elements in one of four ways.
Relevant documentation and tutorials: