diff options
| author | Michael Wilson | 2014-05-22 15:41:52 +0200 |
|---|---|---|
| committer | Michael Wilson | 2014-05-22 15:41:52 +0200 |
| commit | a4531f554892e07e3203f69df0f03179e9c2d019 (patch) | |
| tree | 2fc91b834adc2ad6f6dee631ff4b1987b5f97301 /Dozentenmodul/src/gui/lecture/CreateLectureLink_GUI.java | |
| parent | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module (diff) | |
| download | tutor-module-a4531f554892e07e3203f69df0f03179e9c2d019.tar.gz tutor-module-a4531f554892e07e3203f69df0f03179e9c2d019.tar.xz tutor-module-a4531f554892e07e3203f69df0f03179e9c2d019.zip | |
Überflüssige Main-Methoden entfernt
Diffstat (limited to 'Dozentenmodul/src/gui/lecture/CreateLectureLink_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/gui/lecture/CreateLectureLink_GUI.java | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/Dozentenmodul/src/gui/lecture/CreateLectureLink_GUI.java b/Dozentenmodul/src/gui/lecture/CreateLectureLink_GUI.java index ff19ed13..af5a75ea 100644 --- a/Dozentenmodul/src/gui/lecture/CreateLectureLink_GUI.java +++ b/Dozentenmodul/src/gui/lecture/CreateLectureLink_GUI.java @@ -1,7 +1,6 @@ package gui.lecture; import gui.intro.MainMenue_GUI; - import java.awt.Color; import java.awt.Dimension; import java.awt.FlowLayout; @@ -24,7 +23,6 @@ import java.util.Iterator; import java.util.List; import javax.swing.JButton; import javax.swing.JComboBox; -import javax.swing.JDialog; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JMenu; @@ -70,19 +68,7 @@ public class CreateLectureLink_GUI extends JFrame { ThriftConnection con = new ThriftConnection(); Client client = models.Client.clientcon.getClient(); - /** - * Launch the application. - */ - public static void main(String[] args) { - try { - CreateLectureLink_GUI dialog = new CreateLectureLink_GUI(); - dialog.setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE); - dialog.setVisible(true); - } catch (Exception e) { - e.printStackTrace(); - } - } - + /** * Create the dialog. */ |
