Advertisement
SynergyRS

ZeahSilkSeller

Dec 13th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?import java.lang.*?>
  4. <?import javafx.scene.control.*?>
  5. <?import javafx.scene.layout.*?>
  6.  
  7. <VBox alignment="TOP_LEFT" prefHeight="67.0" prefWidth="216.0" xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/2.2" fx:controller="ZeahSilkSeller.UI.GUIController">
  8. <children>
  9. <AnchorPane minWidth="51.0" prefHeight="67.0" prefWidth="216.0">
  10. <children>
  11. <Label layoutX="14.0" layoutY="0.0" prefHeight="36.0" prefWidth="54.0" text="Mode:" />
  12. <ChoiceBox fx:id="modeChoice" layoutX="68.0" layoutY="8.0" prefWidth="134.0" />
  13. <Button fx:id="startButton" layoutX="80.0" layoutY="36.0" mnemonicParsing="false" onAction="#startScript" text="Start" />
  14. </children>
  15. </AnchorPane>
  16. </children>
  17. </VBox>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement