mainWindow.getShell().getDisplay().getSystemColor(SWT.COLOR_WIDGET_BACKGROUND)
};
GridData tableGridLayout = new GridData(SWT.FILL, SWT.FILL, true, true, 5, 6);
GridData fileListLayoutData = new GridData(SWT.FILL, SWT.FILL, true, true, 1, 1);
sourceTableStackLayout = new StackLayout();
Composite composite = new Composite(tabFolder, SWT.NONE);
composite.setLayout(new GridLayout(6, true));
composite.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 6, 6));