}
}));
final Rectangle2D bounds = Screen.getPrimary().getVisualBounds();
final double appWidth = Math.min(bounds.getWidth(), APPLICATION_WIDTH);
final double appHeight = Math.min(bounds.getHeight(), APPLICATION_HEIGHT);
applicationFrame = new AppFrame(stage, content, appWidth, appHeight, appWidth + 10d,
appHeight + 10d, false, new String[] { RS.path(RS.CSS_MAIN), RS.path(RS.CSS_DISPLAY_SHELF) },
controlBar.createTitleBarItems());
changeCenterView(connectionView, 0);
}