diff options
| author | unknown | 2014-04-15 14:27:55 +0200 |
|---|---|---|
| committer | unknown | 2014-04-15 14:27:55 +0200 |
| commit | 501b16e3bfcacd1b603c07db117fbe43457f033c (patch) | |
| tree | a976fe00ccdbd5c2000cd7294f305158b6b34d15 /Dozentenmodul/src/gui/intro/MainMenue_GUI.java | |
| parent | neue klasse (diff) | |
| download | tutor-module-501b16e3bfcacd1b603c07db117fbe43457f033c.tar.gz tutor-module-501b16e3bfcacd1b603c07db117fbe43457f033c.tar.xz tutor-module-501b16e3bfcacd1b603c07db117fbe43457f033c.zip | |
sdfv
Diffstat (limited to 'Dozentenmodul/src/gui/intro/MainMenue_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/gui/intro/MainMenue_GUI.java | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Dozentenmodul/src/gui/intro/MainMenue_GUI.java b/Dozentenmodul/src/gui/intro/MainMenue_GUI.java index 868f9cd3..5e9c85c5 100644 --- a/Dozentenmodul/src/gui/intro/MainMenue_GUI.java +++ b/Dozentenmodul/src/gui/intro/MainMenue_GUI.java @@ -359,8 +359,6 @@ public class MainMenue_GUI extends JFrame { // SearchMethodLecture_GUI sm = new // SearchMethodLecture_GUI(); SearchImage_GUI si = new SearchImage_GUI(); - // SearchEditImage_GUI si = new - // SearchEditImage_GUI(); si.setVisible(true); dispose(); // Lectures @@ -373,13 +371,11 @@ public class MainMenue_GUI extends JFrame { el.setVisible(true); dispose(); } else if (rdbtnLectureDelete.isSelected() == true) { - // DeleteLecture_GUI dl = new DeleteLecture_GUI(); - // dl.setVisible(true); - // dispose(); + DeleteLecture_GUI dl = new DeleteLecture_GUI(); + dl.setVisible(true); + dispose(); } else if (rdbtnLectureSearch.isSelected() == true) { SearchLecture_GUI sl = new SearchLecture_GUI(); - // EditLectureSearch_GUI sl = new - // EditLectureSearch_GUI(); sl.setVisible(true); dispose(); } |
