23242526272829
protected ControlExample controlExample; @Override protected final void createUI(Composite parent) { shell.setText("Browser Shell"); new BrowserExample(parent, false); }