From a4531f554892e07e3203f69df0f03179e9c2d019 Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Thu, 22 May 2014 15:41:52 +0200 Subject: Überflüssige Main-Methoden entfernt --- Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java') diff --git a/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java b/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java index ae228c1e..dd58ec60 100644 --- a/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java +++ b/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java @@ -19,7 +19,6 @@ import java.io.IOException; 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; @@ -44,7 +43,6 @@ import javax.swing.event.ChangeListener; import javax.swing.table.DefaultTableModel; import javax.swing.table.TableModel; import javax.swing.table.TableRowSorter; - import models.Links; import models.person; import org.apache.thrift.TException; @@ -78,19 +76,7 @@ public class DeleteLecture_GUI extends JFrame { modelMyLectures); private JButton button; - /** - * 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. */ -- cgit v1.2.3-55-g7522