java-fx-samples/build/classes/texteditor/About.fxml
2019-08-09 06:55:18 +02:00

17 lines
874 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<AnchorPane id="AnchorPane" prefHeight="79.0" prefWidth="247.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="texteditor.AboutController">
<children>
<Label fx:id="lblTest" alignment="CENTER" layoutX="32.0" layoutY="14.0" text="Ein Programm von Marcel Schwarz" />
<Button fx:id="btnButton" layoutX="172.0" layoutY="42.0" mnemonicParsing="false" onAction="#handleButton" text="Schließen" />
<Button fx:id="btnWeb" layoutX="14.0" layoutY="42.0" mnemonicParsing="false" onAction="#handleWeb" text="icaotix.de" />
<Label fx:id="lblCopied" layoutX="34.0" layoutY="-109.0" text="Copied to Clipboard" />
</children>
</AnchorPane>