Advertisement
Guest User

Untitled

a guest
May 29th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.46 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <AnchorPane prefHeight="200.0" prefWidth="200.0" fx:controller="application.CounterController">
  4.    <children>
  5.       <Pane layoutX="70.0" layoutY="74.0">
  6.          <children>
  7.             <Button fx:id="incrementButton" layoutX="1.0" onAction="#incrementValue" text="Button" />
  8.             <TextField fx:id="textFieldCount" layoutY="58.0" prefWidth="60.0" />
  9.          </children>
  10.       </Pane>
  11.    </children>
  12. </AnchorPane>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement