sashForm.setBackground(parent.getDisplay().getSystemColor(
SWT.COLOR_WHITE));
sashForm.setOrientation(SWT.HORIZONTAL);
sashForm.setLayoutData(new GridData(GridData.FILL_BOTH));
resultTree = new ResultTree(sashForm);
if (preview != null) {
sashForm.setWeights(new int[] { 2, 3 });
}