Advertisement
Zookey90

Untitled

May 13th, 2012
6,369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. //Adding GridPane
  2. GridPane gridPane = new GridPane();
  3. gridPane.setPadding(new Insets(5));
  4. gridPane.setHgap(5);
  5. gridPane.setVgap(5);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement