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/11257125 to your computer and use it in GitHub Desktop.
Save clairtonluz/11257125 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.pesquisaController">
<Label layoutX="26.0" layoutY="348.0" text="Nome">
<TextField fx:id="nome" layoutX="316.0" layoutY="249.0" prefHeight="25.0" prefWidth="105.0" />
<Button layoutX="261.2275390625" layoutY="345.0" mnemonicParsing="false" onAction="#pesquisar" text="Pesquisar" />
</AnchorPane>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment