summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/lecture/SearchLecture_GUI.java
diff options
context:
space:
mode:
authorTobias Spitzer2014-05-23 07:45:15 +0200
committerTobias Spitzer2014-05-23 07:45:15 +0200
commit6719008d289cd08a0effbf931842b7213cbdffe1 (patch)
tree13298b7ec6dcc76a9b379070e8f79b18c7d2307e /Dozentenmodul/src/gui/lecture/SearchLecture_GUI.java
parentd (diff)
parentAusgabe Serverseitgi wieviele Threads laufen sollen (diff)
downloadtutor-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/SearchLecture_GUI.java')
-rw-r--r--Dozentenmodul/src/gui/lecture/SearchLecture_GUI.java14
1 files changed, 0 insertions, 14 deletions
diff --git a/Dozentenmodul/src/gui/lecture/SearchLecture_GUI.java b/Dozentenmodul/src/gui/lecture/SearchLecture_GUI.java
index 18eb411a..19497a65 100644
--- a/Dozentenmodul/src/gui/lecture/SearchLecture_GUI.java
+++ b/Dozentenmodul/src/gui/lecture/SearchLecture_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;
@@ -43,7 +42,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;
@@ -84,18 +82,6 @@ public class SearchLecture_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.