summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/intro/MainMenue_GUI.java
diff options
context:
space:
mode:
authorunknown2014-04-15 13:45:56 +0200
committerunknown2014-04-15 13:45:56 +0200
commit80f469b40b357729c1e8aea32c71e76349f87d2a (patch)
tree8b9cb6933de40eb500d09d58933cf584dd6e22ea /Dozentenmodul/src/gui/intro/MainMenue_GUI.java
parentMerge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module (diff)
downloadtutor-module-80f469b40b357729c1e8aea32c71e76349f87d2a.tar.gz
tutor-module-80f469b40b357729c1e8aea32c71e76349f87d2a.tar.xz
tutor-module-80f469b40b357729c1e8aea32c71e76349f87d2a.zip
Hauptmenü ruft jetzt korrekte Suchfenster auf
Diffstat (limited to 'Dozentenmodul/src/gui/intro/MainMenue_GUI.java')
-rw-r--r--Dozentenmodul/src/gui/intro/MainMenue_GUI.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/Dozentenmodul/src/gui/intro/MainMenue_GUI.java b/Dozentenmodul/src/gui/intro/MainMenue_GUI.java
index 3649d79d..1cf3ea7a 100644
--- a/Dozentenmodul/src/gui/intro/MainMenue_GUI.java
+++ b/Dozentenmodul/src/gui/intro/MainMenue_GUI.java
@@ -378,8 +378,9 @@ public class MainMenue_GUI extends JFrame {
// dl.setVisible(true);
// dispose();
} else if (rdbtnLectureSearch.isSelected() == true) {
- // SearchLecture_GUI sl = new SearchLecture_GUI();
- EditLectureSearch_GUI sl = new EditLectureSearch_GUI();
+ SearchLecture_GUI sl = new SearchLecture_GUI();
+ // EditLectureSearch_GUI sl = new
+ // EditLectureSearch_GUI();
sl.setVisible(true);
dispose();
}