SWT Java Tutorial

GridLayout lays out controls in a grid.
You can tune your GridLayout by setting GridData instances into your controls.
GridData objects shouldn't be reused among controls
GridData objects tune how the layout treats the GridData's associated controls.
GridData Constructors
ConstructorDescription
public GridData()Constructs a default GridData.
public GridData(int style)Constructs a GridData, setting member data values according to the values specified in style.