Advertisement
Guest User

Untitled

a guest
Feb 7th, 2015
675
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?import javafx.scene.control.*?>
  4. <?import java.lang.*?>
  5. <?import javafx.scene.layout.*?>
  6.  
  7.  
  8. <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
  9. <children>
  10. <Button fx:id="button" layoutX="274.0" layoutY="188.0" mnemonicParsing="false" onAction="#push" text="Button" />
  11. <Label fx:id="label" layoutX="286.0" layoutY="171.0" text="Label" />
  12. </children>
  13. </AnchorPane>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement