We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa51f44 + 59ee839 commit 9b82ecfCopy full SHA for 9b82ecf
1 file changed
core/src/main/java/net/adoptopenjdk/icedteaweb/client/BasicExceptionDialog.java
@@ -86,6 +86,7 @@ public static void show(final Exception exception) {
86
87
final JOptionPane optionPane = new JOptionPane(mainPanel, JOptionPane.ERROR_MESSAGE);
88
final JDialog errorDialog = optionPane.createDialog(R("Error"));
89
+ errorDialog.setAlwaysOnTop(true);
90
errorDialog.setName("BasicExceptionDialog");
91
SwingUtils.info(errorDialog);
92
errorDialog.setIconImages(ImageResources.INSTANCE.getApplicationImages());
0 commit comments