public void createPartControl(Composite parent)
{
final Composite main = new Composite( parent, SWT.NONE );
main.setLayout(new FormLayout());
this.header = new FormHeading(main, SWT.NULL);
this.formColors = new FormColors(parent.getDisplay());
super.createPartControl(main);
this.body = getGraphicalControl().getParent();
}