formPanel.add(formWidget);
// ----------------------------------------------------------
TabPanel bottomLayout = new TabPanel();
bottomLayout.addStyleName("default-tabpanel");
bottomLayout.getElement().setAttribute("style", "padding-top:20px");
bottomLayout.add(formPanel, "Availability");
bottomLayout.add(new HTML(""), "JVM Status");
bottomLayout.add(new HTML(""), "Deployed Applications");