layoutData.grabExcessHorizontalSpace = true;
layoutData.grabExcessVerticalSpace = true;
layoutData.verticalAlignment = SWT.FILL;
layoutData.horizontalAlignment = SWT.FILL;
setLayoutData(layoutData);
testRunResult = new EclipseJstdTestRunResult();
GridData totalRunLabelData = new GridData();
totalRunLabelData.grabExcessHorizontalSpace = true;
totalRunLabelData.horizontalAlignment = SWT.FILL;
totalRunLabel = new Label(this, SWT.CENTER);