@Override
protected void init() throws Exception {
setLayout(new GridLayout());
setText("Test window");
tabContext = new TabContext(this) {
@Override
protected Control initContext(String name, TabItem item, Composite parent) throws Exception {
if("form".equals(name)) {
return initForm(parent);