properties = new EnvironmentProperties();
// ----------------------------------------------------------
TabPanel bottomLayout = new TabPanel();
bottomLayout.addStyleName("default-tabpanel");
bottomLayout.add(formPanel, "Availability");
bottomLayout.add(properties.asWidget(), "Environment Properties");
bottomLayout.selectTab(0);