-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPage.fxml
121 lines (119 loc) · 6.76 KB
/
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
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.effect.*?>
<?import java.lang.*?>
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.image.*?>
<?import javafx.scene.layout.*?>
<?import com.jfoenix.controls.*?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.text.*?>
<AnchorPane fx:id="pane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="870.0" prefWidth="1340.0" style="-fx-background-color: linear-gradient(to right, #642b73, #a6426a);" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
<children>
<ImageView fitHeight="803.0" fitWidth="1340.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@map.jpg" />
</image>
</ImageView>
<HBox layoutY="807.0" prefHeight="67.0" prefWidth="1340.0" spacing="46.0">
<children>
<Label fx:id="period" alignment="CENTER" maxHeight="45.0" minHeight="45.0" prefHeight="45.0" prefWidth="120.0" style="-fx-background-color: rgba(255,255,255,0.8);" text="Period: 0" translateY="2.0">
<font>
<Font name="Avenir Light" size="19.0" />
</font>
</Label>
<JFXToggleButton fx:id="genderToggle" focusTraversable="false" maxHeight="45.0" minHeight="45.0" prefHeight="45.0" prefWidth="210.0" style="-fx-background-color: rgba(255,200,100,1);" text="Gender Colors" translateY="2.0">
<effect>
<DropShadow />
</effect>
<font>
<Font name="Avenir Light" size="18.0" />
</font>
</JFXToggleButton>
<JFXButton fx:id="evacuate" buttonType="RAISED" focusTraversable="false" layoutX="1140.0" layoutY="14.0" maxHeight="45.0" minHeight="45.0" prefHeight="45.0" prefWidth="130.0" style="-fx-background-color: rgba(255,200,100,1);" text="Evacuate" translateY="2.0">
<font>
<Font name="Avenir Light" size="19.0" />
</font>
</JFXButton>
<JFXButton fx:id="next" buttonType="RAISED" focusTraversable="false" maxHeight="45.0" minHeight="45.0" prefHeight="45.0" prefWidth="160.0" style="-fx-background-color: rgba(255,200,100,1);" text="Next Class" translateY="2.0">
<font>
<Font name="Avenir Light" size="19.0" />
</font>
</JFXButton>
<JFXButton fx:id="previous" buttonType="RAISED" focusTraversable="false" maxHeight="45.0" minHeight="45.0" prefHeight="45.0" prefWidth="160.0" style="-fx-background-color: rgba(255,200,100,1);" text="Previous Class" translateY="2.0">
<font>
<Font name="Avenir Light" size="19.0" />
</font>
</JFXButton>
<JFXButton fx:id="pause" buttonType="RAISED" focusTraversable="false" maxHeight="45.0" minHeight="45.0" prefHeight="45.0" prefWidth="100.0" style="-fx-background-color: rgba(255,200,100,1);" text="Pause" translateY="2.0">
<font>
<Font name="Avenir Light" size="19.0" />
</font>
</JFXButton>
<JFXButton fx:id="settings" buttonType="RAISED" focusTraversable="false" maxHeight="45.0" minHeight="45.0" prefHeight="45.0" prefWidth="155.0" style="-fx-background-color: rgba(255,200,100,1);" text="Settings" translateY="2.0">
<font>
<Font name="Avenir Light" size="19.0" />
</font>
</JFXButton>
</children>
<padding>
<Insets left="10.0" top="4.0" />
</padding>
</HBox>
<Label fx:id="stairB" alignment="CENTER" layoutX="382.0" layoutY="261.0" prefHeight="40.0" prefWidth="40.0" style="-fx-background-color: rgb(200,200,200); -fx-background-radius: 40;" text="0">
<font>
<Font name="Avenir Light" size="15.0" />
</font>
</Label>
<Label fx:id="stairA" alignment="CENTER" layoutX="280.0" layoutY="131.0" prefHeight="40.0" prefWidth="40.0" style="-fx-background-color: rgb(200,200,200); -fx-background-radius: 40;" text="0">
<font>
<Font name="Avenir Light" size="15.0" />
</font>
</Label>
<Label fx:id="stairC" alignment="CENTER" layoutX="377.0" layoutY="441.0" prefHeight="40.0" prefWidth="40.0" style="-fx-background-color: rgb(200,200,200); -fx-background-radius: 40;" text="0">
<font>
<Font name="Avenir Light" size="15.0" />
</font>
</Label>
<Label fx:id="stairD" alignment="CENTER" layoutX="235.0" layoutY="517.0" prefHeight="40.0" prefWidth="40.0" style="-fx-background-color: rgb(200,200,200); -fx-background-radius: 40;" text="0">
<font>
<Font name="Avenir Light" size="15.0" />
</font>
</Label>
<Label fx:id="stairF" alignment="CENTER" layoutX="519.0" layoutY="463.0" prefHeight="40.0" prefWidth="40.0" style="-fx-background-color: rgb(200,200,200); -fx-background-radius: 40;" text="0">
<font>
<Font name="Avenir Light" size="15.0" />
</font>
</Label>
<Label fx:id="stairE" alignment="CENTER" layoutX="517.0" layoutY="634.0" prefHeight="40.0" prefWidth="40.0" style="-fx-background-color: rgb(200,200,200); -fx-background-radius: 40;" text="0">
<font>
<Font name="Avenir Light" size="15.0" />
</font>
</Label>
<Label fx:id="stairG" alignment="CENTER" layoutX="652.0" layoutY="346.0" prefHeight="40.0" prefWidth="40.0" style="-fx-background-color: rgb(200,200,200); -fx-background-radius: 40;" text="0">
<font>
<Font name="Avenir Light" size="15.0" />
</font>
</Label>
<Label fx:id="stairH" alignment="CENTER" layoutX="771.0" layoutY="366.0" prefHeight="40.0" prefWidth="40.0" style="-fx-background-color: rgb(200,200,200); -fx-background-radius: 40;" text="0">
<font>
<Font name="Avenir Light" size="15.0" />
</font>
</Label>
<Label fx:id="stairI" alignment="CENTER" layoutX="872.0" layoutY="328.0" prefHeight="40.0" prefWidth="40.0" style="-fx-background-color: rgb(200,200,200); -fx-background-radius: 40;" text="0">
<font>
<Font name="Avenir Light" size="15.0" />
</font>
</Label>
<Label fx:id="stairJ" alignment="CENTER" layoutX="726.0" layoutY="151.0" prefHeight="40.0" prefWidth="40.0" style="-fx-background-color: rgb(200,200,200); -fx-background-radius: 40;" text="0">
<font>
<Font name="Avenir Light" size="15.0" />
</font>
</Label>
</children>
</AnchorPane>