-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsignupscenebuilder.fxml
More file actions
57 lines (54 loc) · 2.4 KB
/
signupscenebuilder.fxml
File metadata and controls
57 lines (54 loc) · 2.4 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.effect.DropShadow?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.paint.Color?>
<?import javafx.scene.text.Font?>
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="500.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/25" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Pane layoutX="275.0" layoutY="145.0" prefHeight="275.0" prefWidth="245.0" style="-fx-background-color: D9D9D9;">
<children>
<Pane layoutX="2.5" layoutY="2.5" prefHeight="270.0" prefWidth="240.0" style="-fx-background-color: FFFFFF;">
<children>
<TextField layoutX="10.0" layoutY="48.0" prefHeight="30.0" prefWidth="220.0" />
<TextField layoutX="10.0" layoutY="120.0" prefHeight="30.0" prefWidth="220.0" />
<Label layoutX="10.0" layoutY="30.0" text="Bilkent WebMail">
<font>
<Font name="Arial" size="12.0" />
</font>
</Label>
<Label layoutX="10.0" layoutY="102.0" text="Password">
<font>
<Font name="Arial" size="12.0" />
</font>
</Label>
<Button layoutX="10.0" layoutY="180.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="220.0" style="-fx-background-color: #385BAE;;" text="Sign Up With Your WebMail" textFill="WHITE">
<effect>
<DropShadow>
<color>
<Color opacity="0.4000000059604645" />
</color>
</DropShadow>
</effect>
</Button>
<Label layoutX="10.0" layoutY="210.0" />
</children>
</Pane>
</children>
<effect>
<DropShadow>
<color>
<Color opacity="0.5" />
</color>
</DropShadow>
</effect>
</Pane>
<Label layoutX="346.0" layoutY="36.0" text="Bil'Clubs">
<font>
<Font name="Arial Bold" size="24.0" />
</font>
</Label>
</children>
</Pane>