<<< Layout Manager, cont | Index | BorderLayout manager >>> |
BorderLayout (default) adds 5 sections N-S-E-W-Center
FlowLayout adds components left-to-right, wraps rows as needed
GridLayout adds rows and columns, autosizes components
CardLayout displays components one at a time
GridBagLayout sets custom size, place, and alignment for each component
BoxLayout adds components to a single row or column
<<< Layout Manager, cont | Index | BorderLayout manager >>> |