I am currently working on a project that requires me to apply multiple GridPanes to a pagination in JavaFX 8. I already have a GridPane attached to a VBox, in which were styled in SceneBuilder. My question is, how can I basically make multiple copies of this FXML-styled GridPane to each pagination?
Asked
Active
Viewed 436 times
2
-
1The [JavaFX documentation](https://docs.oracle.com/javase/8/javafx/user-interface-tutorial/pagination.htm#CACJCAGB) demonstrates how to create a page with a VBox layout. Using GridPane instead of VBox is really no different. – jewelsea Dec 07 '16 at 04:32
-
Thanks! Working through some errors, but that put me back on track! – MariposaM Dec 07 '16 at 11:18