-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainWindow.fxml
More file actions
121 lines (119 loc) · 6.74 KB
/
MainWindow.fxml
File metadata and controls
121 lines (119 loc) · 6.74 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
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.*?>
<?import javafx.scene.effect.*?>
<?import javafx.scene.text.*?>
<?import javafx.scene.control.*?>
<?import java.lang.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.layout.AnchorPane?>
<AnchorPane prefHeight="600.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/8.0.40" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.organizer.projektorganizer.view.MainWindowController">
<children>
<SplitPane dividerPositions="0.4297658862876254" prefHeight="600.0" prefWidth="600.0" styleClass="background" stylesheets="@DarkTheme.css" 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>
<TableView fx:id="przedmiotTable" layoutX="-14.0" layoutY="48.0" prefHeight="598.0" prefWidth="197.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<columns>
<TableColumn fx:id="nazwaPrzedmiotuColumn" prefWidth="75.0" text="Nazwa" />
<TableColumn fx:id="kategoriaPrzedmiotuColumn" prefWidth="75.0" text="Kategoria" />
</columns>
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
</TableView>
</children>
</AnchorPane>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0">
<children>
<Label layoutX="14.0" layoutY="14.0" prefHeight="87.0" prefWidth="248.0" styleClass="label-header" text="Szczegóły " textAlignment="CENTER" AnchorPane.leftAnchor="14.0" AnchorPane.topAnchor="14.0">
<font>
<Font name="Calibri" size="55.0" />
</font>
<effect>
<Glow />
</effect>
</Label>
<GridPane layoutX="18.0" layoutY="98.0" prefHeight="291.0" prefWidth="414.0" AnchorPane.leftAnchor="18.0" AnchorPane.rightAnchor="17.0" AnchorPane.topAnchor="98.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="271.0" minWidth="10.0" prefWidth="271.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="145.0" minWidth="10.0" prefWidth="72.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 minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Label styleClass="label-bright" text="Cena">
<font>
<Font size="22.0" />
</font>
</Label>
<Label styleClass="label-bright" text="Miejsce zakupu" GridPane.rowIndex="1">
<font>
<Font size="22.0" />
</font>
</Label>
<Label styleClass="label-bright" text="Data zakupu" GridPane.rowIndex="2">
<font>
<Font size="22.0" />
</font>
</Label>
<Label styleClass="label-bright" text="Termin przydatności" GridPane.rowIndex="3">
<font>
<Font size="22.0" />
</font>
</Label>
<Label styleClass="label-bright" text="Ważność gwarancji" GridPane.rowIndex="4">
<font>
<Font size="22.0" />
</font>
</Label>
<Label fx:id="cenaLabel" GridPane.columnIndex="1">
<font>
<Font size="22.0" />
</font>
</Label>
<Label fx:id="miejsceZakupuLabel" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font size="22.0" />
</font>
</Label>
<Label fx:id="dataZakupuLabel" GridPane.columnIndex="1" GridPane.rowIndex="2">
<font>
<Font size="22.0" />
</font>
</Label>
<Label fx:id="terminPrzydLabel" GridPane.columnIndex="1" GridPane.rowIndex="3">
<font>
<Font size="22.0" />
</font>
</Label>
<Label fx:id="waznoscGwarLabel" GridPane.columnIndex="1" GridPane.rowIndex="4">
<font>
<Font size="22.0" />
</font>
</Label>
<Label styleClass="label-bright" text="Ocena" GridPane.rowIndex="5" />
<Label fx:id="ocenaLabel" GridPane.columnIndex="1" GridPane.rowIndex="5" />
</children>
</GridPane>
<ButtonBar layoutX="68.0" layoutY="438.0" prefHeight="51.0" prefWidth="325.0">
<buttons>
<Button defaultButton="true" mnemonicParsing="false" onAction="#handleNewPrzedmiot" text="Dodaj" />
<Button mnemonicParsing="false" onAction="#handleEditPrzedmiot" text="Edytuj" />
<Button contentDisplay="TOP" mnemonicParsing="false" onAction="#handleDeletePrzedmiot" text="Usuń">
<effect>
<Blend />
</effect></Button>
</buttons>
</ButtonBar>
</children>
</AnchorPane>
</items>
</SplitPane>
</children>
</AnchorPane>