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" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ch.lyrion.Test1">
|
2017-01-07 17:48:17 +00:00
|
|
|
<children>
|
2017-08-02 12:18:36 +00:00
|
|
|
<TextField fx:id="simpleTextField" layoutX="14.0" layoutY="14.0" />
|
|
|
|
<Button fx:id="simpleButton" layoutX="163.0" layoutY="14.0" mnemonicParsing="false" text="Button" onAction="#test1Click" />
|
2017-01-07 17:48:17 +00:00
|
|
|
</children>
|
|
|
|
</Pane>
|