Mega Code Archive

 
Categories / Java Tutorial / SWT
 

Layouts

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