]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/function/gpsies/GenericDownloaderFunction.java
Version 15, March 2013
[GpsPrune.git] / tim / prune / function / gpsies / GenericDownloaderFunction.java
index cf634c0fbc6b48b932382d21b3695b9e30ddc575..286ba1aae7bc677cd835e3855ea213d44e206b6d 100644 (file)
@@ -40,6 +40,8 @@ public abstract class GenericDownloaderFunction extends GenericFunction implemen
        protected JTable _trackTable = null;
        /** Cancelled flag */
        protected boolean _cancelled = false;
+       /** error message */
+       protected String _errorMessage = null;
        /** Status label */
        protected JLabel _statusLabel = null;
        /** Description box */
@@ -84,6 +86,7 @@ public abstract class GenericDownloaderFunction extends GenericFunction implemen
                _showButton.setEnabled(false);
                _cancelled = false;
                _descriptionBox.setText("");
+               _errorMessage = null;
                // Start new thread to load list asynchronously
                new Thread(this).start();