public void createControl() {
Composite parent = new Composite(getShell(), SWT.NONE);
GridLayout layout = new GridLayout();
parent.setLayout(layout);
FormSection formSection = new FormSection(parent, SWT.NONE) {
};
final Section section =
SectionFactory.createSection(formSection, "The Title",
"A message that should wrap if the size of the " +