if ("true".equals(getSettings().getString("showApplicationToolbar"))) {
applicationPanel.addNorth(buildApplicationToolBar(), 29);
}
if ("true".equals(getSettings().getString("showApplicationFooter"))) {
applicationPanel.addSouth(buildFooterPanel(), 60);
}
applicationPanel.add(applicationContentDeck);
RootLayoutPanel.get().clear();