Skip to content

Instantly share code, notes, and snippets.

@andytill
Created July 29, 2012 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andytill/3201415 to your computer and use it in GitHub Desktop.
Save andytill/3201415 to your computer and use it in GitHub Desktop.
AnchorPane with embedded FXML control, in this case ListBuilder.fxml
<AnchorPane fx:id="factorsList" minHeight="138.0" prefHeight="138.0" prefWidth="418.0">
<children>
<fx:include source="listBuilder.fxml" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
</children>
<VBox.margin>
<Insets left="2.0" right="2.0" />
</VBox.margin>
</AnchorPane>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment