document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. //Adding label to VBox and setting font bold Amble CN with size 24
  2. Label lbl = new Label("VBox");
  3. lbl.setFont(Font.font("Amble CN", FontWeight.BOLD, 24));
  4. vb.getChildren().add(lbl);
');