Skip to content

Instantly share code, notes, and snippets.

@clairtonluz
Last active August 29, 2015 14:00
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 clairtonluz/11257482 to your computer and use it in GitHub Desktop.
Save clairtonluz/11257482 to your computer and use it in GitHub Desktop.
<AnchorPane id="AnchorPane" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="br.com.exemplo.mainController">
<Label layoutX="26.0" layoutY="348.0" text="Tela principal">
<fx:include fx:id="testePesquisa" source="pesquisa.fxml" />
</AnchorPane>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment