~aa5/helioviewer.org/JHV

« back to all changes in this revision

Viewing changes to src/org/helioviewer/gui/components/StatusPanel.java

  • Committer: Alen A
  • Date: 2009-07-14 18:17:53 UTC
  • Revision ID: alen@grace.nascom.nasa.gov-20090714181753-rz0mu7umre86mt3n
check for image query api time out and switch to backup server if needed + improved image series download thread

Show diffs side-by-side

added added

removed removed

Lines of Context:
318
318
        {
319
319
                this.progressBar.setValue(0);
320
320
                this.progressBar.setVisible(true);
 
321
                this.progressBar.setIndeterminate(false);
 
322
 
 
323
                this.validate();
 
324
                this.repaint();
 
325
        }
 
326
        
 
327
        /** 
 
328
         * Method that displays the progressBar in indeterminate mode
 
329
         */
 
330
        public void showIndeterminateProgress()
 
331
        {
 
332
                this.progressBar.setVisible(true);
 
333
                this.progressBar.setIndeterminate(true);
 
334
 
321
335
                this.validate();
322
336
                this.repaint();
323
337
        }
360
374
        }
361
375
 
362
376
        public void notifyLayerListChanged(ImageDescriptor _desc, boolean _add) {}      
363
 
}
 
377
}
 
 
b'\\ No newline at end of file'