-
Notifications
You must be signed in to change notification settings - Fork 0
/
STARTING PAGE.fxml
32 lines (30 loc) · 1.3 KB
/
STARTING PAGE.fxml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Button layoutX="257.0" layoutY="295.0" mnemonicParsing="false" text="LOGIN">
<font>
<Font size="20.0" />
</font></Button>
<Button layoutY="362.0" mnemonicParsing="false" text="EXIT">
<font>
<Font size="17.0" />
</font>
</Button>
<ImageView fitHeight="159.0" fitWidth="343.0" layoutX="137.0" layoutY="51.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../../../../OneDrive/Desktop/156033017418847291.png" />
</image>
</ImageView>
<Text layoutX="90.0" layoutY="262.0" strokeType="OUTSIDE" strokeWidth="0.0" text="WELCOME TO RTP MOTOSPORT SYSTEM" wrappingWidth="467.58740234375">
<font>
<Font name="Microsoft YaHei" size="22.0" />
</font>
</Text>
</children>
</Pane>