stage.setScene(scene);
stage.show();
}
private void createViews() {
this.applicationsView = new ApplicationsView();
this.vertical = new SplitPane();
this.vertical.setOrientation(Orientation.VERTICAL);
HBox threadsAndMemory = new HBox();
VBox paranormal = new VBox();
HBox paranormalContent = new HBox();