Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. BorderPane a= new BorderPane ();
  2. BorderPane b= new BorderPane ();
  3. //too much button added
  4.             BorderPane pane = new BorderPane();
  5.             pane.setBottom(b);
  6.             pane.setCenter(a);
  7.             scene.setRoot(pane);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement