summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/ExtendedSearch_GUI.java
diff options
context:
space:
mode:
authorunknown2014-04-04 16:42:54 +0200
committerunknown2014-04-04 16:42:54 +0200
commit4acab74e19b08290b4e8b9a8c7171885c222aee5 (patch)
treec7f46a3a4addf1181b88ce897bc9b4eadf111927 /Dozentenmodul/src/gui/ExtendedSearch_GUI.java
parentMerge branch 'master' of git.openslx.org:openslx-ng/tutor-module (diff)
downloadtutor-module-4acab74e19b08290b4e8b9a8c7171885c222aee5.tar.gz
tutor-module-4acab74e19b08290b4e8b9a8c7171885c222aee5.tar.xz
tutor-module-4acab74e19b08290b4e8b9a8c7171885c222aee5.zip
Diverse Bugfixes und neue Grafik
Diffstat (limited to 'Dozentenmodul/src/gui/ExtendedSearch_GUI.java')
-rw-r--r--Dozentenmodul/src/gui/ExtendedSearch_GUI.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dozentenmodul/src/gui/ExtendedSearch_GUI.java b/Dozentenmodul/src/gui/ExtendedSearch_GUI.java
index ab9693a7..7f042cae 100644
--- a/Dozentenmodul/src/gui/ExtendedSearch_GUI.java
+++ b/Dozentenmodul/src/gui/ExtendedSearch_GUI.java
@@ -44,6 +44,7 @@ public class ExtendedSearch_GUI extends JFrame {
ExtendedSearch_GUI dialog = new ExtendedSearch_GUI();
dialog.setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);
dialog.setVisible(true);
+
} catch (Exception e) {
e.printStackTrace();
}