trackeditor: replace console error message with an error dialog

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8287 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 2244987706ab480544b97df02c3d8dabddfb0e04
Former-commit-id: e5d913ef937efc106dadb125c6940c0d0f51aaa8
This commit is contained in:
iobyte 2022-07-01 01:41:59 +00:00
parent c9e36177d5
commit 8693d0b690

View file

@ -139,7 +139,7 @@ public class TrackgenPanel extends JDialog implements Runnable
}
} catch (IOException e1)
{
System.err.println(e1);
JOptionPane.showMessageDialog(this, e1.getLocalizedMessage(), "Export AC3D", JOptionPane.ERROR_MESSAGE);
}
this.waitLabel.setText("Track finished");
}