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");
this.commitCount = new Snapshot(id, "TX Commit", "#");