diff options
Diffstat (limited to 'src/de/fhswf/in/inf/se/projektthemenvergabe/Main.java')
| -rw-r--r-- | src/de/fhswf/in/inf/se/projektthemenvergabe/Main.java | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/de/fhswf/in/inf/se/projektthemenvergabe/Main.java b/src/de/fhswf/in/inf/se/projektthemenvergabe/Main.java index 1c41dbf..9c93b5a 100644 --- a/src/de/fhswf/in/inf/se/projektthemenvergabe/Main.java +++ b/src/de/fhswf/in/inf/se/projektthemenvergabe/Main.java @@ -81,7 +81,7 @@ public class Main extends Application } /** - * TODO Add method comment here + * Show the Studentenverwaltung stage with the corresponding FXML. * */ public void showStudentenverwaltung() @@ -114,7 +114,7 @@ public class Main extends Application } /** - * TODO Add method comment here + * Show the Ansprechpartnerverwaltung stage with the corresponding FXML. * */ public void showAnsprechpartnerverwaltungsStage() @@ -147,7 +147,7 @@ public class Main extends Application } /** - * TODO Add method comment here + * Show the Projekthinzufuegen stage with the corresponding FXML. * */ public Projekt showProjekthinzufuegenStage(Projekt projekt) @@ -194,9 +194,9 @@ public class Main extends Application } /** - * TODO Add method comment here + * Getter for the StudentenverwaltungsStage. * - * @return + * @return studentenverwaltungsStage */ public Stage getStudentenverwaltungsStage() { @@ -204,9 +204,9 @@ public class Main extends Application } /** - * TODO Add method comment here + * Getter for the AnsprechpartnerverwaltungsStage. * - * @return + * @return ansprechpartnerverwaltungsStage */ public Stage getAnsprechpartnerverwaltungsStage() { @@ -214,9 +214,9 @@ public class Main extends Application } /** - * TODO Add method comment here + * Getter for the ProjekthinzufuegenStage. * - * @return + * @return projekthinzufuegenStage */ public Stage getProjekthinzufuegenStage() { |
