Guest User

Untitled

a guest
Dec 11th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <children>
  2. <TilePane fx:id="a0" onMouseClicked="#ma0" prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: black;" />
  3. <TilePane fx:id="b0" onMouseClicked="#mb0" prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: black;" GridPane.columnIndex="1" />
  4. <TilePane fx:id="c0" onMouseClicked="#mc0" prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: black;" GridPane.columnIndex="2" />
  5. <TilePane fx:id="d0" onMouseClicked="#md0" prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: black;" GridPane.columnIndex="3" />
  6. <TilePane fx:id="a1" onMouseClicked="#ma1" prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: black;" GridPane.rowIndex="1" />
  7. </children>
Add Comment
Please, Sign In to add comment