summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul
diff options
context:
space:
mode:
authorunknown2014-04-08 11:03:30 +0200
committerunknown2014-04-08 11:03:30 +0200
commitb1b6a7f7b64b4fa1039abec3eaca752c8f64e965 (patch)
treee9e48195267723afc9bbf23a8ebdbd50f1674464 /Dozentenmodul
parentUnterordner hinzugefügt und überflüssige Imports gelöscht (diff)
downloadtutor-module-b1b6a7f7b64b4fa1039abec3eaca752c8f64e965.tar.gz
tutor-module-b1b6a7f7b64b4fa1039abec3eaca752c8f64e965.tar.xz
tutor-module-b1b6a7f7b64b4fa1039abec3eaca752c8f64e965.zip
BugFix: Kehrte zum Schluss nicht ins Menü zurück
Diffstat (limited to 'Dozentenmodul')
-rw-r--r--Dozentenmodul/bin/gui/lecture/LinkLecture_GUI$7.classbin3224 -> 3353 bytes
-rw-r--r--Dozentenmodul/bin/gui/lecture/LinkLecture_GUI.classbin11468 -> 11468 bytes
-rw-r--r--Dozentenmodul/src/gui/lecture/LinkLecture_GUI.java3
3 files changed, 3 insertions, 0 deletions
diff --git a/Dozentenmodul/bin/gui/lecture/LinkLecture_GUI$7.class b/Dozentenmodul/bin/gui/lecture/LinkLecture_GUI$7.class
index 659fea33..c65dc3ac 100644
--- a/Dozentenmodul/bin/gui/lecture/LinkLecture_GUI$7.class
+++ b/Dozentenmodul/bin/gui/lecture/LinkLecture_GUI$7.class
Binary files differ
diff --git a/Dozentenmodul/bin/gui/lecture/LinkLecture_GUI.class b/Dozentenmodul/bin/gui/lecture/LinkLecture_GUI.class
index d5aedb77..8edecdf7 100644
--- a/Dozentenmodul/bin/gui/lecture/LinkLecture_GUI.class
+++ b/Dozentenmodul/bin/gui/lecture/LinkLecture_GUI.class
Binary files differ
diff --git a/Dozentenmodul/src/gui/lecture/LinkLecture_GUI.java b/Dozentenmodul/src/gui/lecture/LinkLecture_GUI.java
index 815f6799..b45897e6 100644
--- a/Dozentenmodul/src/gui/lecture/LinkLecture_GUI.java
+++ b/Dozentenmodul/src/gui/lecture/LinkLecture_GUI.java
@@ -392,6 +392,9 @@ public class LinkLecture_GUI extends JFrame {
"Ihre Veranstaltung wurde erfolgreich angelegt. Sie kehren nun zum Hauptmenü zurück.",
"Veranstaltung angelegt",
JOptionPane.PLAIN_MESSAGE);
+ // zurück zum Menü
+ MainMenue_GUI m = new MainMenue_GUI();
+ m.setVisible(true);
} catch (TException e1) {
// TODO Auto-generated catch block
e1.printStackTrace();