public abstract class AbstractCustomControlExampleTest extends AbstractSWTShellTest {
@Override
protected final void createUI(Composite parent) {
shell.setText(ControlExample.getResourceString("custom.window.title"));
new CustomControlExample(shell);
}