Label separator1 = new Label(shell, SWT.SEPARATOR | SWT.HORIZONTAL);
separator1.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false));
contentPanel = new Composite(shell, SWT.NONE);
contentPanel.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
contentStackLayout = new StackLayout();
contentPanel.setLayout(contentStackLayout);
titleLabel = new Label(topPanel, SWT.NONE);
titleLabel.setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
FontUtils.setFontHeight(titleLabel, 16, SWT.NORMAL);