Add error dialogs
The View class should have a static method to add display alerts with different messages to the user. There are to ways to implement this. Either have a GUI text element to display this information or a dialog box with the Alert class. There should be two different giveError methods. One for displaying the given information and one for displaying a standard message for example if the error is unknown or to technical for a standard user.
Edited by Carl Gützkow