better positioning of dialog on the screen
[instantlauncher.git] / src / main / java / eu / svjatoslav / instantlauncher / Main.java
index acab4e3..aede86b 100755 (executable)
@@ -10,7 +10,7 @@ public class Main {
             final InstantLauncher instantLauncher = new InstantLauncher();
             instantLauncher.run();
         } catch (final Exception e) {
-            ExceptionDialog.showException(e);
+            new ExceptionDialog(e);
         }
     }