Skip to content
Snippets Groups Projects
Commit 70f02b25 authored by Dennis Toth's avatar Dennis Toth
Browse files

added additional text

parent bc157ee6
No related branches found
No related tags found
1 merge request!3jpa+gui+logic
...@@ -67,10 +67,10 @@ public class CourseModificationController { ...@@ -67,10 +67,10 @@ public class CourseModificationController {
examType)); examType));
SwitchWindowHelper.switchTo("CoursesOfStudy Details", event); SwitchWindowHelper.switchTo("CoursesOfStudy Details", event);
} catch (NumberFormatException e) { } catch (NumberFormatException e) {
warning.setText("Bitte Zahlen eingeben für SWS und ECTS."); warning.setText("Bitte ganze Zahlen eingeben für SWS und ECTS.");
Alert alert = new Alert(Alert.AlertType.ERROR); Alert alert = new Alert(Alert.AlertType.ERROR);
alert.setTitle("Fehler"); alert.setTitle("Fehler");
alert.setHeaderText("Bitte Zahlen eingeben für SWS und ECTS."); alert.setHeaderText("Bitte ganze Zahlen eingeben für SWS und ECTS.");
Optional<ButtonType> result = alert.showAndWait(); Optional<ButtonType> result = alert.showAndWait();
} }
} else { } else {
......
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