diff options
| author | unknown | 2014-04-15 13:45:56 +0200 |
|---|---|---|
| committer | unknown | 2014-04-15 13:45:56 +0200 |
| commit | 80f469b40b357729c1e8aea32c71e76349f87d2a (patch) | |
| tree | 8b9cb6933de40eb500d09d58933cf584dd6e22ea /Dozentenmodul/src/gui/intro/MainMenue_GUI.java | |
| parent | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module (diff) | |
| download | tutor-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.java | 5 |
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(); } |
