I currently have a button to show certain text
roll.setOnAction(c -> { Label text = new Label("Hello"); root.getChildren().add(text);