-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOption Window 2.fxml
More file actions
100 lines (98 loc) · 4.64 KB
/
Option Window 2.fxml
File metadata and controls
100 lines (98 loc) · 4.64 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
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
<?xml version="1.0" encoding="UTF-8"?>
<?import com.jfoenix.controls.JFXButton?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TreeView?>
<?import javafx.scene.effect.ColorInput?>
<?import javafx.scene.effect.ImageInput?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.text.Font?>
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="488.0" prefWidth="729.0" style="-fx-background-color: #7C55E3;" xmlns="http://javafx.com/javafx/9.0.1" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Label layoutX="28.0" layoutY="14.0" prefHeight="40.0" prefWidth="138.0" text="Option" textFill="#f8eeee">
<font>
<Font name="Microsoft PhagsPa" size="35.0" />
</font>
</Label>
<Label layoutX="148.0" layoutY="30.0" prefHeight="30.0" prefWidth="89.0" text="window" textFill="#f2e9e9">
<font>
<Font size="16.0" />
</font>
</Label>
<Label layoutX="70.0" layoutY="92.0" prefHeight="37.0" prefWidth="89.0" text="Home" textFill="#f8eeee">
<font>
<Font name="Microsoft PhagsPa" size="27.0" />
</font>
</Label>
<JFXButton contentDisplay="GRAPHIC_ONLY" graphicTextGap="0.0" layoutX="4.0" layoutY="85.0" prefHeight="49.0" prefWidth="66.0">
<effect>
<ImageInput>
<source>
<Image url="file:/C:/Users/SUPRITO/Desktop/logo/back.png" />
</source>
</ImageInput>
</effect></JFXButton>
<Label layoutX="545.0" layoutY="90.0" prefHeight="40.0" prefWidth="138.0" text="Proceed" textFill="#f8eeee">
<font>
<Font name="Microsoft PhagsPa" size="27.0" />
</font>
</Label>
<Label layoutX="60.0" layoutY="413.0" prefHeight="37.0" prefWidth="138.0" text="Add/Remove" textFill="#f8eeee">
<font>
<Font name="Microsoft PhagsPa" size="22.0" />
</font>
</Label>
<Label layoutX="332.0" layoutY="417.0" prefHeight="30.0" prefWidth="75.0" text="Modify" textFill="#f8eeee">
<font>
<Font name="Microsoft PhagsPa" size="22.0" />
</font>
</Label>
<Label layoutX="574.0" layoutY="414.0" prefHeight="33.0" prefWidth="56.0" text="Print" textFill="#f8eeee">
<font>
<Font name="Microsoft PhagsPa" size="24.0" />
</font>
</Label>
<Label layoutX="562.0" layoutY="23.0" prefHeight="44.0" prefWidth="212.0" text="Student details" textFill="#f8eeee">
<font>
<Font name="Microsoft PhagsPa" size="25.0" />
</font>
</Label>
<TreeView layoutX="21.0" layoutY="204.0" prefHeight="200.0" prefWidth="220.0" style="-fx-background-color: #734BC8;">
<effect>
<ColorInput height="198.66" paint="#734cc7" width="219.42" />
</effect>
</TreeView>
<JFXButton layoutX="82.0" layoutY="272.0" prefHeight="78.0" prefWidth="75.0" visible="false" />
<ImageView fitHeight="66.0" fitWidth="75.0" layoutX="98.0" layoutY="271.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@logo/add%20or%20remove.png" />
</image>
</ImageView>
<TreeView layoutX="256.0" layoutY="204.0" prefHeight="200.0" prefWidth="220.0" style="-fx-background-color: #734BC8;">
<effect>
<ColorInput height="198.66" paint="#734cc7" width="219.42" />
</effect>
</TreeView>
<JFXButton layoutX="317.0" layoutY="272.0" prefHeight="78.0" prefWidth="75.0" visible="false" />
<ImageView fitHeight="66.0" fitWidth="75.0" layoutX="333.0" layoutY="271.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@logo/modify.png" />
</image>
</ImageView>
<TreeView layoutX="489.0" layoutY="204.0" prefHeight="200.0" prefWidth="220.0" style="-fx-background-color: #734BC8;">
<effect>
<ColorInput height="198.66" paint="#734cc7" width="219.42" />
</effect>
</TreeView>
<JFXButton layoutX="550.0" layoutY="272.0" prefHeight="78.0" prefWidth="75.0" visible="false" />
<ImageView fitHeight="66.0" fitWidth="75.0" layoutX="566.0" layoutY="271.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@logo/print.png" />
</image>
</ImageView>
<Button layoutX="11.0" layoutY="98.0" mnemonicParsing="false" text="Button" />
<Button layoutX="657.0" layoutY="98.0" mnemonicParsing="false" text="Button" />
</children>
</AnchorPane>