2017-01-07 17:48:17 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.Button?>
|
|
|
|
<?import javafx.scene.control.TextField?>
|
|
|
|
<?import javafx.scene.layout.Pane?>
|
|
|
|
|
|
|
|
|
2017-08-02 12:18:36 +00:00
|
|
|
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="677.0" prefWidth="890.0" xmlns="http://javafx.com/javafx/8.0.111">
|
2017-01-07 17:48:17 +00:00
|
|
|
<children>
|
|
|
|
<TextField id="simpleTextField" layoutX="14.0" layoutY="14.0" />
|
|
|
|
<Button id="simpleButton" layoutX="163.0" layoutY="14.0" mnemonicParsing="false" text="Button" />
|
|
|
|
</children>
|
|
|
|
</Pane>
|