diff options
| author | Tobias Spitzer | 2014-05-23 07:45:15 +0200 |
|---|---|---|
| committer | Tobias Spitzer | 2014-05-23 07:45:15 +0200 |
| commit | 6719008d289cd08a0effbf931842b7213cbdffe1 (patch) | |
| tree | 13298b7ec6dcc76a9b379070e8f79b18c7d2307e /Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java | |
| parent | d (diff) | |
| parent | Ausgabe Serverseitgi wieviele Threads laufen sollen (diff) | |
| download | tutor-module-6719008d289cd08a0effbf931842b7213cbdffe1.tar.gz tutor-module-6719008d289cd08a0effbf931842b7213cbdffe1.tar.xz tutor-module-6719008d289cd08a0effbf931842b7213cbdffe1.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tutor-module
Diffstat (limited to 'Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java b/Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java index 21d84e2a..8c937204 100644 --- a/Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java +++ b/Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_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; @@ -15,7 +14,6 @@ import java.awt.event.MouseEvent; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import javax.swing.JButton; -import javax.swing.JDialog; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JMenu; @@ -39,7 +37,6 @@ import java.awt.ScrollPane; import java.io.IOException; import java.util.Calendar; import java.util.Date; - import com.toedter.calendar.JDateChooser; import javax.swing.JRadioButton; @@ -65,18 +62,6 @@ public class CreateLectureAllgemein_GUI extends JFrame { boolean isDateOrderCorrect, isDateMaxLifeTimeCorrect, isAllInformationReady = false; - /** - * Launch the application. - */ - public static void main(String[] args) { - try { - CreateLectureAllgemein_GUI dialog = new CreateLectureAllgemein_GUI(); - dialog.setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE); - dialog.setVisible(true); - } catch (Exception e) { - e.printStackTrace(); - } - } /** * Create the dialog. |
