-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFavourites.fxml
299 lines (297 loc) · 13.6 KB
/
Favourites.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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.Group?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.Menu?>
<?import javafx.scene.control.MenuBar?>
<?import javafx.scene.control.MenuItem?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.shape.Rectangle?>
<?import javafx.scene.text.Font?>
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="650.0" prefWidth="1280.0" style="-fx-background-color: FFF8DC;" xmlns="http://javafx.com/javafx/21" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Rectangle arcHeight="5.0" arcWidth="5.0" blendMode="MULTIPLY" fill="#ded8c0" height="37.0" layoutX="-6.0" layoutY="619.0" stroke="BLACK" strokeType="INSIDE" width="1286.0" />
<Rectangle arcHeight="10.0" arcWidth="10.0" blendMode="MULTIPLY" fill="#ded8c0" height="443.0" layoutX="195.0" layoutY="150.0" stroke="BLACK" strokeType="INSIDE" style="-fx-arc-height: 20;" width="286.0" />
<Rectangle arcHeight="10.0" arcWidth="10.0" blendMode="MULTIPLY" fill="#ded8c0" height="443.0" layoutX="507.0" layoutY="149.0" stroke="BLACK" strokeType="INSIDE" style="-fx-arc-height: 20;" width="286.0" />
<Rectangle arcHeight="10.0" arcWidth="10.0" blendMode="MULTIPLY" fill="#ded8c0" height="443.0" layoutX="815.0" layoutY="149.0" stroke="BLACK" strokeType="INSIDE" style="-fx-arc-height: 20;" width="286.0" />
<GridPane layoutX="250.0" layoutY="350.0" prefHeight="104.0" prefWidth="200.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Label prefHeight="18.0" prefWidth="41.0" text="Type:">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="18.0" prefWidth="41.0" text="Breed:" GridPane.rowIndex="1">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="18.0" prefWidth="41.0" text="Age:" GridPane.rowIndex="2">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="18.0" prefWidth="41.0" text="Dog" GridPane.columnIndex="1">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="18.0" prefWidth="41.0" text="Beagle" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="20.0" prefWidth="78.0" text="6 months" GridPane.columnIndex="1" GridPane.rowIndex="2">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="18.0" prefWidth="41.0" text="Color:" GridPane.rowIndex="3">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="20.0" prefWidth="82.0" text="Disabilites:" GridPane.rowIndex="4">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="20.0" prefWidth="102.0" text="Brown & White" GridPane.columnIndex="1" GridPane.rowIndex="3">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="20.0" prefWidth="102.0" text="None" GridPane.columnIndex="1" GridPane.rowIndex="4">
<font>
<Font size="14.0" />
</font>
</Label>
</children>
</GridPane>
<GridPane layoutX="580.0" layoutY="350.0" prefHeight="104.0" prefWidth="200.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Label prefHeight="18.0" prefWidth="41.0" text="Type:">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="18.0" prefWidth="41.0" text="Breed:" GridPane.rowIndex="1">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="18.0" prefWidth="41.0" text="Age:" GridPane.rowIndex="2">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="18.0" prefWidth="41.0" text="Cat" GridPane.columnIndex="1">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="20.0" prefWidth="55.0" text="Persian" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="20.0" prefWidth="78.0" text="6 years" GridPane.columnIndex="1" GridPane.rowIndex="2">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="18.0" prefWidth="41.0" text="Color:" GridPane.rowIndex="3">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="20.0" prefWidth="82.0" text="Disabilites:" GridPane.rowIndex="4">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="20.0" prefWidth="102.0" text="White" GridPane.columnIndex="1" GridPane.rowIndex="3">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="20.0" prefWidth="102.0" text="None" GridPane.columnIndex="1" GridPane.rowIndex="4">
<font>
<Font size="14.0" />
</font>
</Label>
</children>
</GridPane>
<Label layoutX="290.0" layoutY="470.0" prefHeight="28.0" prefWidth="175.0" text="Mr. Pickles">
<font>
<Font name="System Bold" size="19.0" />
</font>
</Label>
<Label layoutX="604.0" layoutY="470.0" prefHeight="28.0" prefWidth="175.0" text="Snowbell">
<font>
<Font name="System Bold" size="19.0" />
</font>
</Label>
<GridPane layoutX="880.0" layoutY="350.0" prefHeight="104.0" prefWidth="200.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Label prefHeight="18.0" prefWidth="41.0" text="Type:">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="18.0" prefWidth="41.0" text="Breed:" GridPane.rowIndex="1">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="18.0" prefWidth="41.0" text="Age:" GridPane.rowIndex="2">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="18.0" prefWidth="41.0" text="Turtle" GridPane.columnIndex="1">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="20.0" prefWidth="82.0" text="Box Turtle" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="20.0" prefWidth="78.0" text="26 Years" GridPane.columnIndex="1" GridPane.rowIndex="2">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="18.0" prefWidth="41.0" text="Color:" GridPane.rowIndex="3">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="20.0" prefWidth="82.0" text="Disabilites:" GridPane.rowIndex="4">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="20.0" prefWidth="102.0" text="Brown & White" GridPane.columnIndex="1" GridPane.rowIndex="3">
<font>
<Font size="14.0" />
</font>
</Label>
<Label prefHeight="20.0" prefWidth="102.0" text="None" GridPane.columnIndex="1" GridPane.rowIndex="4">
<font>
<Font size="14.0" />
</font>
</Label>
</children>
</GridPane>
<Label layoutX="914.0" layoutY="470.0" prefHeight="28.0" prefWidth="175.0" text="Donatello">
<font>
<Font name="System Bold" size="19.0" />
</font>
</Label>
<Group layoutX="550.0" layoutY="83.0">
<children>
<Rectangle arcHeight="10.0" arcWidth="10.0" blendMode="MULTIPLY" cache="true" fill="#ded8c0" height="33.0" layoutX="-47.0" layoutY="4.0" stroke="BLACK" strokeType="INSIDE" style="-fx-arc-height: 20;" width="308.0" />
<Label blendMode="SRC_ATOP" layoutX="35.0" layoutY="2.0" text="FAVOURITES">
<font>
<Font name="System Bold" size="25.0" />
</font>
</Label>
</children>
</Group>
<ImageView fitHeight="150.0" fitWidth="200.0" layoutX="237.0" layoutY="173.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../../../../../../../Desktop/Rectangle%2031.png" />
</image>
</ImageView>
<ImageView fitHeight="150.0" fitWidth="200.0" layoutX="558.0" layoutY="173.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../../../../../../../Desktop/image%201.png" />
</image>
</ImageView>
<ImageView fitHeight="150.0" fitWidth="200.0" layoutX="868.0" layoutY="173.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../../../../../../../Desktop/image%202.png" />
</image>
</ImageView>
<Button layoutX="590.0" layoutY="533.0" mnemonicParsing="false" prefHeight="37.0" prefWidth="119.0" text="ADOPT NOW">
<font>
<Font size="16.0" />
</font>
</Button>
<Button layoutX="898.0" layoutY="533.0" mnemonicParsing="false" prefHeight="37.0" prefWidth="119.0" text="ADOPT NOW">
<font>
<Font size="16.0" />
</font>
</Button>
<MenuBar prefHeight="25.0" prefWidth="1280.0">
<menus>
<Menu mnemonicParsing="false" text="PetSphere">
<items>
<MenuItem mnemonicParsing="false" text="Close" />
</items>
</Menu>
<Menu mnemonicParsing="false" text="Discover" />
<Menu mnemonicParsing="false" text="Favourites" />
<Menu mnemonicParsing="false" text="Settings" />
<Menu mnemonicParsing="false" text="Help" />
</menus>
</MenuBar>
<Button layoutX="1217.0" layoutY="625.0" mnemonicParsing="false" style="-fx-background-color: red;" text="Log Out" textFill="#fdfdfd" />
<Label layoutX="16.0" layoutY="625.0" text="Welcome, Staff |">
<font>
<Font size="15.0" />
</font>
</Label>
<Label layoutX="128.0" layoutY="625.0" prefWidth="86.0" text="20/12/2023">
<font>
<Font size="15.0" />
</font>
</Label>
<Button layoutX="280.0" layoutY="533.0" mnemonicParsing="false" prefHeight="37.0" prefWidth="119.0" text="ADOPT NOW">
<font>
<Font size="16.0" />
</font>
</Button>
</children>
</AnchorPane>