sizeNameCombo.setLayoutData(new GridData(100, 15));
sizeNameCombo.setItems(Constants.ITEMS);
start = new Button(shell, SWT.PUSH);
start.setText(Constants.STARTBUTTONLABEL);
start.addSelectionListener(new StartButtonListener());
close = new Button(shell, SWT.PUSH);
close.setText(Constants.CLOSEBUTTONLABEL);
close.addSelectionListener(new CloseButtonListener(shell));