Turns out the imporved error dialog was less helpful than the old one...
@@ -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);
}