diff options
| author | Nino Breuer | 2014-05-22 15:42:11 +0200 |
|---|---|---|
| committer | Nino Breuer | 2014-05-22 15:42:11 +0200 |
| commit | 5ba5bc248af5f74888a374e85feb4601cf1e13e7 (patch) | |
| tree | 1aac3f1498a69fc9db2472a46efebeed042f44b9 /Dozentenmodul/src/gui/lecture/EditLectureSearch_GUI.java | |
| parent | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module (diff) | |
| parent | Überflüssige Main-Methoden entfernt (diff) | |
| download | tutor-module-5ba5bc248af5f74888a374e85feb4601cf1e13e7.tar.gz tutor-module-5ba5bc248af5f74888a374e85feb4601cf1e13e7.tar.xz tutor-module-5ba5bc248af5f74888a374e85feb4601cf1e13e7.zip | |
Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module
Diffstat (limited to 'Dozentenmodul/src/gui/lecture/EditLectureSearch_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/gui/lecture/EditLectureSearch_GUI.java | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/Dozentenmodul/src/gui/lecture/EditLectureSearch_GUI.java b/Dozentenmodul/src/gui/lecture/EditLectureSearch_GUI.java index 7bd42034..68b0ad13 100644 --- a/Dozentenmodul/src/gui/lecture/EditLectureSearch_GUI.java +++ b/Dozentenmodul/src/gui/lecture/EditLectureSearch_GUI.java @@ -22,7 +22,6 @@ import java.text.SimpleDateFormat; import java.util.Iterator; import java.util.List; import javax.swing.JButton; -import javax.swing.JDialog; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JMenu; @@ -88,19 +87,7 @@ public class EditLectureSearch_GUI extends JFrame { final TableRowSorter<TableModel> rowSorterMyLectures = new TableRowSorter<TableModel>( modelMyLectures); - /** - * Launch the application. - */ - public static void main(String[] args) { - try { - EditLectureSearch_GUI dialog = new EditLectureSearch_GUI(); - dialog.setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE); - dialog.setVisible(true); - } catch (Exception e) { - e.printStackTrace(); - } - } - + /** * Create the dialog. */ |
