-
Notifications
You must be signed in to change notification settings - Fork 0
/
gui.fxml
167 lines (165 loc) · 12.6 KB
/
gui.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
<?xml version="1.0" encoding="UTF-8"?>
<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.paint.*?>
<?import javafx.scene.text.*?>
<AnchorPane id="AnchorPane" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="760.0" xmlns:fx="http://javafx.com/fxml">
<children>
<VBox maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="800.0" prefWidth="760.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<MenuBar>
<menus>
<Menu mnemonicParsing="false" text="File">
<items>
<MenuItem mnemonicParsing="false" text="Close" />
</items>
</Menu>
<Menu mnemonicParsing="false" text="Edit">
<items>
<MenuItem mnemonicParsing="false" text="Delete" />
</items>
</Menu>
<Menu mnemonicParsing="false" text="Help">
<items>
<MenuItem mnemonicParsing="false" text="About" />
</items>
</Menu>
</menus>
</MenuBar>
<TabPane prefHeight="800.0" prefWidth="760.0" tabClosingPolicy="UNAVAILABLE" VBox.vgrow="ALWAYS">
<tabs>
<Tab closable="true" text="Spiele">
<content>
<AnchorPane id="Content" minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0">
<children>
<SplitPane dividerPositions="0.24406332453825857" focusTraversable="true" prefHeight="740.0" prefWidth="760.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<items>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0">
<children>
<ListView prefHeight="762.0" prefWidth="156.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
</children>
</AnchorPane>
<VBox id="VBox" alignment="CENTER" minWidth="300.0" spacing="5.0">
<children>
<AnchorPane prefHeight="93.0" prefWidth="602.0">
<children>
<GridPane id="GridPane" prefHeight="93.0" prefWidth="578.0" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0" AnchorPane.topAnchor="10.0">
<children>
<Text scaleX="2.0" scaleY="2.0" strokeType="OUTSIDE" strokeWidth="0.0" text="45" GridPane.columnIndex="1" GridPane.halignment="CENTER" GridPane.rowIndex="1" GridPane.valignment="BOTTOM" />
<Text scaleX="3.5" scaleY="3.5" strokeType="OUTSIDE" strokeWidth="0.0" text="15:00" textOrigin="CENTER" GridPane.columnIndex="1" GridPane.halignment="CENTER" GridPane.rowIndex="0" GridPane.valignment="CENTER" />
<Text scaleX="3.5" scaleY="3.5" strokeType="OUTSIDE" strokeWidth="0.0" text="0" GridPane.columnIndex="2" GridPane.halignment="RIGHT" GridPane.rowIndex="2" />
<Text scaleX="2.0" scaleY="2.0" strokeType="OUTSIDE" strokeWidth="0.0" text="2:00" GridPane.columnIndex="0" GridPane.halignment="LEFT" GridPane.rowIndex="0" />
<Text scaleX="2.0" scaleY="2.0" strokeType="OUTSIDE" strokeWidth="0.0" text="2:00" textAlignment="RIGHT" GridPane.columnIndex="2" GridPane.halignment="RIGHT" GridPane.rowIndex="0" />
<Text scaleX="3.5" scaleY="3.5" strokeType="OUTSIDE" strokeWidth="0.0" text="0" GridPane.columnIndex="0" GridPane.halignment="LEFT" GridPane.rowIndex="2" />
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>
<SplitPane dividerPositions="0.17711598746081506, 0.6661442006269592" focusTraversable="true" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" orientation="VERTICAL" prefHeight="631.0" prefWidth="602.0" VBox.vgrow="ALWAYS">
<items>
<AnchorPane maxHeight="-Infinity" maxWidth="1.7976931348623157E308" minHeight="0.0" prefHeight="111.0" prefWidth="-1.0">
<children>
<GridPane maxHeight="-1.0" maxWidth="1.7976931348623157E308" prefHeight="136.0" prefWidth="594.0" style="" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Label text="Date" GridPane.columnIndex="0" GridPane.hgrow="NEVER" GridPane.rowIndex="0" GridPane.vgrow="NEVER" />
<Label text="Location" GridPane.columnIndex="0" GridPane.hgrow="NEVER" GridPane.rowIndex="1" GridPane.vgrow="NEVER" />
<Label text="Tournament" GridPane.columnIndex="0" GridPane.hgrow="NEVER" GridPane.rowIndex="2" GridPane.vgrow="NEVER" />
<Label text="Match No." GridPane.columnIndex="0" GridPane.hgrow="NEVER" GridPane.rowIndex="3" GridPane.vgrow="NEVER" />
<Label text="Start" GridPane.columnIndex="2" GridPane.hgrow="NEVER" GridPane.rowIndex="0" GridPane.vgrow="NEVER" />
<Label text="End" GridPane.columnIndex="2" GridPane.hgrow="NEVER" GridPane.rowIndex="1" GridPane.vgrow="NEVER" />
<TextField prefWidth="200.0" GridPane.columnIndex="1" GridPane.rowIndex="0" GridPane.vgrow="ALWAYS" />
<TextField prefWidth="200.0" GridPane.columnIndex="1" GridPane.rowIndex="1" />
<TextField prefWidth="200.0" GridPane.columnIndex="1" GridPane.rowIndex="2" />
<TextField prefWidth="200.0" GridPane.columnIndex="1" GridPane.rowIndex="3" />
<TextField prefWidth="200.0" GridPane.columnIndex="3" GridPane.rowIndex="1" />
<TextField prefWidth="200.0" GridPane.columnIndex="3" GridPane.rowIndex="0" />
</children>
<columnConstraints>
<ColumnConstraints halignment="RIGHT" hgrow="NEVER" maxWidth="147.0" minWidth="10.0" prefWidth="91.0" />
<ColumnConstraints hgrow="ALWAYS" maxWidth="207.0" minWidth="10.0" prefWidth="207.0" />
<ColumnConstraints halignment="RIGHT" hgrow="NEVER" maxWidth="148.0" minWidth="10.0" prefWidth="63.0" />
<ColumnConstraints hgrow="ALWAYS" maxWidth="233.0" minWidth="10.0" prefWidth="233.0" />
</columnConstraints>
<padding>
<Insets right="10.0" />
</padding>
<rowConstraints>
<RowConstraints fillHeight="false" maxHeight="20.0" minHeight="-Infinity" prefHeight="20.0" vgrow="NEVER" />
<RowConstraints maxHeight="20.0" minHeight="-Infinity" prefHeight="20.0" vgrow="NEVER" />
<RowConstraints maxHeight="20.0" minHeight="-Infinity" prefHeight="20.0" vgrow="NEVER" />
<RowConstraints maxHeight="20.0" minHeight="-Infinity" prefHeight="20.0" vgrow="NEVER" />
</rowConstraints>
</GridPane>
</children>
<padding>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</padding>
</AnchorPane>
<AnchorPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" prefHeight="271.0" prefWidth="594.0">
<children>
<SplitPane disable="false" dividerPositions="0.49823321554770317" focusTraversable="true" maxHeight="-Infinity" minHeight="0.0" prefHeight="176.0" prefWidth="594.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<items>
<ScrollPane fitToHeight="true" fitToWidth="true" prefHeight="200.0" prefWidth="200.0">
<content>
<TableView disable="false" editable="true" maxWidth="1.7976931348623157E308" prefHeight="200.0" prefWidth="279.0" tableMenuButtonVisible="true" visible="true">
<columns>
<TableColumn prefWidth="75.0" text="Team-Leader" />
<TableColumn prefWidth="75.0" text="No" />
<TableColumn prefWidth="75.0" text="Name" />
</columns>
</TableView>
</content>
</ScrollPane>
<ScrollPane fitToHeight="true" fitToWidth="true" prefHeight="200.0" prefWidth="200.0">
<content>
<TableView disable="false" editable="true" maxWidth="1.7976931348623157E308" prefHeight="200.0" prefWidth="279.0" tableMenuButtonVisible="true" visible="true">
<columns>
<TableColumn prefWidth="75.0" text="Team-Leader" />
<TableColumn prefWidth="75.0" text="No" />
<TableColumn prefWidth="75.0" text="Name" />
</columns>
</TableView>
</content>
</ScrollPane>
</items>
</SplitPane>
</children>
</AnchorPane>
<AnchorPane prefHeight="200.0" prefWidth="200.0" />
</items>
<VBox.margin>
<Insets />
</VBox.margin>
</SplitPane>
</children>
</VBox>
</items>
</SplitPane>
</children>
</AnchorPane>
</content>
</Tab>
<Tab text="Turniere">
<content>
<AnchorPane id="Content" minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" />
</content>
</Tab>
</tabs>
</TabPane>
</children>
</VBox>
</children>
</AnchorPane>