vbox.getChildren().add(hbox);
vbox.getChildren().add(canvas);
Scene scene = new Scene(vbox, width, height);
canvas.widthProperty().bind(scene.widthProperty());
canvas.heightProperty().bind(scene.heightProperty().subtract(30));
setTitle("JITWatch Histogram");
histo = histoVisitable.buildHistogram();