this.vertical.getItems().addAll(this.tabPane, this.applicationsView.getView(), this.escalations.view());
this.vertical.setDividerPositions(0.3,0.7,0.9);
}
private void instantiateViews() {
this.browser = new Browser();
ReadOnlyLongProperty id = this.dashboardPresenter.getId();
this.heap = new Snapshot(id, "Heap Size", "Used Heap");
this.threadCount = new Snapshot(id, "Thread Count", "Threads");
this.peakThreadCount = new Snapshot(id, "Peak Thread Count", "Threads");
this.busyThread = new Snapshot(id, "Busy Thread Count", "Threads");