Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?import javafx.scene.control.Button?>
  4. <?import javafx.scene.layout.AnchorPane?>
  5.  
  6. <AnchorPane xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="application.SampleController">
  7. <children>
  8. <AnchorPane prefHeight="200.0" prefWidth="200.0">
  9. <children>
  10. <Button layoutX="45.0" layoutY="64.0" mnemonicParsing="false" text="Button" />
  11. </children>
  12. </AnchorPane>
  13. </children>
  14. </AnchorPane>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement