You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Propertyname="text"type="java.lang.String"value="Version 1.2
- Support for latest Flickr API

Version 1.1.1
- File names comply with flickr guidelines

Version 1.1
- Download process about 10 times faster
- Pause & Resume the download process at any time
- Store files in a separate directory per user

Version 1.0
- Initial release"/>
<Propertyname="text"type="java.lang.String"value="Version 1.2.1
- Minor textual updates
- Show error messages

Version 1.2
- Support for latest Flickr API

Version 1.1.1
- File names comply with flickr guidelines

Version 1.1
- Download process about 10 times faster
- Pause & Resume the download process at any time
- Store files in a separate directory per user

Version 1.0
- Initial release"/>
@@ -82,14 +82,13 @@ public void mouseClicked(java.awt.event.MouseEvent evt) {
82
82
jTextArea1.setEditable(false);
83
83
jTextArea1.setColumns(20);
84
84
jTextArea1.setRows(5);
85
-
jTextArea1.setText("Version 1.2\n- Support for latest Flickr API\n\nVersion 1.1.1\n- File names comply with flickr guidelines\n\nVersion 1.1\n- Download process about 10 times faster\n- Pause & Resume the download process at any time\n- Store files in a separate directory per user\n\nVersion 1.0\n- Initial release");
86
-
jTextArea1.setCaretPosition(0);
85
+
jTextArea1.setText("Version 1.2.1\n- Minor textual updates\n- Show error messages\n\nVersion 1.2\n- Support for latest Flickr API\n\nVersion 1.1.1\n- File names comply with flickr guidelines\n\nVersion 1.1\n- Download process about 10 times faster\n- Pause & Resume the download process at any time\n- Store files in a separate directory per user\n\nVersion 1.0\n- Initial release");
statusLabel.setText(isRunning ? "Download of " + total + " photos finished. " + (error == 0 ? "No" : error) + " errors occured!" : "Stopped downloading process. You can resume it at any time.");
504
+
addMessage(isRunning ? "Download of " + total + " photos finished. " + (error == 0 ? "No" : error) + " errors occured!" : "Stopped downloading process. You can resume it at any time.");
0 commit comments