document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. //VBox
  2. VBox vb = new VBox();
  3. vb.setPadding(new Insets(10, 50, 50, 50));
  4. vb.setSpacing(10);
');