Skip to content
Snippets Groups Projects
Commit 1fc73091 authored by Kevin Thaller's avatar Kevin Thaller
Browse files

rename of 'DegreeDetails...' to 'CoursesOfStudyDetails'

parent 6d576c75
No related branches found
No related tags found
1 merge request!3jpa+gui+logic
package de.thdeg.grademanager.gui;
public class DegreeDetailsController {
public class CoursesOfStudyDetailsController {
}
......@@ -70,8 +70,8 @@ public class MainController {
}
@FXML
protected void switchToDegreeDetails(ActionEvent event) throws IOException {
root = new FXMLLoader(Main.class.getResource("degree-details.fxml"));
protected void switchToCoursesOfStudyDetails(ActionEvent event) throws IOException {
root = new FXMLLoader(Main.class.getResource("courses-of-study-details.fxml"));
stage = (Stage) ((Node) event.getSource()).getScene().getWindow();
scene = new Scene(root.load(), 960, 540);
stage.setTitle("Degree Details");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment