added things

This commit is contained in:
Michael-Jouanneau 2016-12-19 14:16:57 +01:00
parent d070ef377e
commit 1c1ad5141c

View File

@ -1,5 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.CheckBox?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.PasswordField?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.layout.Pane?>
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" stylesheets="@../style/default-theme.css" xmlns="http://javafx.com/javafx/8.0.92" xmlns:fx="http://javafx.com/fxml/1" />
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="200.0" prefWidth="300.0" stylesheets="@../style/default-theme.css" xmlns="http://javafx.com/javafx/8.0.112" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Button layoutX="100.0" layoutY="155.0" mnemonicParsing="false" text="Login" />
<Label layoutX="30.0" layoutY="66.0" text="Username" />
<Label layoutX="32.0" layoutY="100.0" text="Password" />
<CheckBox layoutX="100.0" layoutY="129.0" mnemonicParsing="false" text="Remember Me" />
<PasswordField layoutX="101.0" layoutY="96.0" promptText="Password" />
<TextField layoutX="101.0" layoutY="62.0" promptText="Username" />
<Label layoutX="108.0" layoutY="25.0" text="Minecrfat Login" />
</children>
</Pane>