ui: center fatal error dialog on screen
This commit is contained in:
@@ -161,6 +161,7 @@ public class FatalErrorDialog extends JDialog
|
||||
addButton("Exit", () -> System.exit(-1));
|
||||
|
||||
pack();
|
||||
setLocationRelativeTo(null);
|
||||
SplashScreen.stop();
|
||||
setVisible(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user