27 lines
948 B
XML
27 lines
948 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.text.*?>
|
|
<?import java.lang.*?>
|
|
<?import java.util.*?>
|
|
<?import javafx.collections.*?>
|
|
<?import javafx.scene.control.*?>
|
|
<?import javafx.scene.image.*?>
|
|
<?import javafx.scene.layout.*?>
|
|
<?import javafx.scene.paint.*?>
|
|
<?import javafx.scene.web.*?>
|
|
|
|
|
|
<AnchorPane id="paneMain" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="179.0" prefWidth="593.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
|
|
<children>
|
|
<Button id="btnClickMe" layoutX="254.0" layoutY="90.0" mnemonicParsing="false" text="Click Me">
|
|
<font>
|
|
<Font size="20.0" />
|
|
</font>
|
|
</Button>
|
|
<Label id="lblClickCounter" layoutX="162.0" layoutY="31.0" text="There have been no clicks as yet.">
|
|
<font>
|
|
<Font size="20.0" />
|
|
</font>
|
|
</Label>
|
|
</children>
|
|
</AnchorPane>
|