SWT Java Tutorial

A layout can be used to control the position and size of children of a composite.
Four standard layouts and one custom layout provided in SWT:
FillLayout
RowLayout
GridLayout
FormLayout
StackLayout