45 lines
1.9 KiB
XML
45 lines
1.9 KiB
XML
<?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.image.Image?>
|
|
<?import javafx.scene.image.ImageView?>
|
|
<?import javafx.scene.layout.Pane?>
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="308.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>
|
|
<ImageView fitHeight="308.0" fitWidth="306.0" layoutX="-5.0" pickOnBounds="true">
|
|
<image>
|
|
<Image url="@../icons/Minecraft-Wallpaper.png" />
|
|
</image>
|
|
</ImageView>
|
|
<Button layoutX="120.0" layoutY="235.0" mnemonicParsing="false" text="Login">
|
|
<font>
|
|
<Font name="Century" size="15.0" />
|
|
</font></Button>
|
|
<Label layoutX="23.0" layoutY="132.0" text="Username" textFill="WHITE">
|
|
<font>
|
|
<Font name="Century" size="15.0" />
|
|
</font></Label>
|
|
<Label layoutX="26.0" layoutY="175.0" text="Password" textFill="WHITE">
|
|
<font>
|
|
<Font name="Century" size="15.0" />
|
|
</font></Label>
|
|
<CheckBox layoutX="91.0" layoutY="210.0" mnemonicParsing="false" text="Remember Me" textFill="WHITE">
|
|
<font>
|
|
<Font name="Century" size="14.0" />
|
|
</font></CheckBox>
|
|
<PasswordField layoutX="101.0" layoutY="172.0" promptText="Password" />
|
|
<TextField layoutX="101.0" layoutY="129.0" promptText="Username" />
|
|
<ImageView fitHeight="94.0" fitWidth="274.0" layoutX="14.0" layoutY="34.0" pickOnBounds="true" preserveRatio="true">
|
|
<image>
|
|
<Image url="@../icons/minecraft.png" />
|
|
</image>
|
|
</ImageView>
|
|
</children>
|
|
</Pane>
|