|
If i get what you are looking for i would suggest nesting your related components into a jpanel; lay those related components for example a label and a text box. make several panels that hold the label and textbox and put those panels in a container panel with the BoxLayout.
The box layout manager is cool in that it respects all the prefered minimum and max sizes. With the Box layout you can stack components in what ever fashion you would want. just my 2-cents though.
|