summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/ExtendedSearch_GUI.java
diff options
context:
space:
mode:
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();
}