Java Swing Tutorials - Herong's Tutorial Examples
Dr. Herong Yang, Version 4.00

Layout of Components in a Container

This chapter provides tutorial notes and example codes on component layout. Topics include introduction of component layout; tutorial examples of BorderLayout, FlowLayout, BoxLayout, GridLayout, and GridBagLayout.

What Is Layout?

java.awt.BorderLayout - Border Layout

java.awt.FlowLayout - Flow Layout

java.awt.BoxLayout - Box Layout

java.awt.GridLayout - Grid Layout

java.awt.GridBagLayout - Grid Bag Layout

Dr. Herong Yang, updated in 2009
Layout of Components in a Container