JAL-1184 apparent deadlock when launching jalview on w7 - attempt to patch
[jalview.git] / src / jalview / gui / PromptUserConfig.java
index 95d9c69..f05459b 100644 (file)
@@ -200,8 +200,8 @@ public class PromptUserConfig implements Runnable
     }
     try
     {
-      int reply = JOptionPane.showInternalConfirmDialog(
-              Desktop.desktop, // component,
+      int reply = JOptionPane.showConfirmDialog(
+              null, // component,
               dialogText, dialogTitle,
               (allowCancel) ? JOptionPane.YES_NO_CANCEL_OPTION
                       : JOptionPane.YES_NO_OPTION,