connectionView.setId("connection-view");
connectionView.getChildren().addAll(wirelessConnectionView, createSeparator(Orientation.VERTICAL), mailConnectionView);
final VBox bottom = new VBox();
bottom.setId("bottom-view");
bottom.getChildren().addAll(taskbar, new RemoteNodes(controlBar, Orientation.HORIZONTAL));
content.setCenter(centerView);
content.setBottom(bottom);
content.setTop(controlBar);