shell.setBounds((screen.width - shell.getBounds().width) /2,
(screen.height - shell.getBounds().height) /2,
shell.getBounds().width,
shell.getBounds().height);
shell.open();
{
final Group jobGroup = new Group(shell, SWT.NONE);
jobGroup.setText( "Job ");
final GridData gridData = new GridData(GridData.BEGINNING, GridData.BEGINNING, false, false, 3, 1);