Mega Code Archive

 
Categories / Java Tutorial / SWT
 

A few terms that are used frequently when discussing layouts

Client area: the size of the composite's bounds minus its trim. Margins: the number of pixels placed on an edge of the layout. Spacing: the number of pixels between the edges of children of a composite. Preferred size: best-display size.