summaryrefslogtreecommitdiffstats
path: root/src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml')
-rw-r--r--src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml b/src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml
index dcdf450..4ad372d 100644
--- a/src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml
+++ b/src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml
@@ -46,13 +46,13 @@
<center>
<AnchorPane prefHeight="200.0" prefWidth="200.0" BorderPane.alignment="CENTER">
<children>
- <TableView fx:id="noteTable" editable="true" prefHeight="200.0" prefWidth="200.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
+ <TableView fx:id="gradeTable" editable="true" prefHeight="200.0" prefWidth="200.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<columns>
- <TableColumn prefWidth="75.0" text="Semester" />
- <TableColumn prefWidth="75.0" text="Modulname" />
- <TableColumn prefWidth="75.0" text="ECTS" />
- <TableColumn prefWidth="75.0" text="Note" />
- <TableColumn prefWidth="75.0" text="Versuch" />
+ <TableColumn fx:id="semesterColumn" prefWidth="75.0" text="Semester" />
+ <TableColumn fx:id="modulenameColumn" prefWidth="75.0" text="Modulname" />
+ <TableColumn fx:id="ectsColumn" prefWidth="75.0" text="ECTS" />
+ <TableColumn fx:id="gradeColumn" prefWidth="75.0" text="Note" />
+ <TableColumn fx:id="attemptColumn" prefWidth="75.0" text="Versuch" />
</columns>
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
@@ -77,14 +77,14 @@
</rowConstraints>
<children>
<Label text="ECTS:" />
- <Label text="0" GridPane.columnIndex="1" />
+ <Label fx:id="ectsSumLabel" text="0" GridPane.columnIndex="1" />
<Label text="Note:" GridPane.columnIndex="2" />
- <Label text="0,0" GridPane.columnIndex="3" />
- <Button mnemonicParsing="false" text="Neu" GridPane.columnIndex="4" />
+ <Label fx:id="averageNoteLabel" text="0,0" GridPane.columnIndex="3" />
+ <Button mnemonicParsing="false" onAction="#handleNew" text="Neu" GridPane.columnIndex="4" />
<Button disable="true" mnemonicParsing="false" text="Löschen" GridPane.columnIndex="5" />
<Label text="Kolloquium" GridPane.rowIndex="1" />
- <ComboBox disable="true" prefWidth="150.0" GridPane.columnIndex="1" GridPane.columnSpan="2" GridPane.rowIndex="1" />
- <ComboBox disable="true" prefWidth="150.0" GridPane.columnIndex="4" GridPane.columnSpan="2" GridPane.rowIndex="1" />
+ <ComboBox fx:id="colloquiumComboBox" disable="true" prefWidth="150.0" GridPane.columnIndex="1" GridPane.columnSpan="2" GridPane.rowIndex="1" />
+ <ComboBox fx:id="thesisComboBox" disable="true" prefWidth="150.0" GridPane.columnIndex="4" GridPane.columnSpan="2" GridPane.rowIndex="1" />
<Label text="Bachelor&#10;Arbeit" GridPane.columnIndex="3" GridPane.rowIndex="1">
<GridPane.margin>
<Insets />