Fix for the ErrorDialog.
Turns out the imporved error dialog was less helpful than the old one...
This commit is contained in:
parent
1b3c2e4436
commit
2b8cdbb34c
@ -59,7 +59,7 @@ public class ErrorDialog extends JDialog {
|
||||
* @param message
|
||||
*/
|
||||
public static void showDialog(String message){
|
||||
ErrorDialog dialog = new ErrorDialog("Opps, this was bad =S");
|
||||
ErrorDialog dialog = new ErrorDialog(message);
|
||||
dialog.setVisible(true);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user