Uninterrupted picture downloading

Hi
I want to help you with the project. I have never programmed in Java, but I have used JavaScript a bit.
First thing I would like to improve is picture downloading. Currently there are tens of unobtainable pictures, and every one of them makes a dialog pop-up with error and asks if I want to continue.
I think a better idea is to continue with downloading the remaining pictures from the list and the error should be printed only to standard output. That way I will be able to go for a coffee and have all the possible pictures when I am back to the PC.
Right now all public methods of ErrorViewer class leads to showDialog() function call.
I propose a solution with another methods beside showError, for example suppressError, which behaves the same, but doesn't pop-up a dialog.
I want to help you with the project. I have never programmed in Java, but I have used JavaScript a bit.
First thing I would like to improve is picture downloading. Currently there are tens of unobtainable pictures, and every one of them makes a dialog pop-up with error and asks if I want to continue.
I think a better idea is to continue with downloading the remaining pictures from the list and the error should be printed only to standard output. That way I will be able to go for a coffee and have all the possible pictures when I am back to the PC.
Right now all public methods of ErrorViewer class leads to showDialog() function call.
I propose a solution with another methods beside showError, for example suppressError, which behaves the same, but doesn't pop-up a dialog.