~andreas.hoelzl/jhelioviewer/jhv-formatting

« back to all changes in this revision

Viewing changes to jhv/src/org/helioviewer/jhv/io/FileDownloader.java

  • Committer: Markus
  • Date: 2010-03-18 15:32:22 UTC
  • mfrom: (14.2.137 jhv-opengl)
  • Revision ID: markus@home-20100318153222-hm21x71fg08lhqjz
Merged with Markus' branch, including some smaller fixes and improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
                            } catch (Exception e) {}
186
186
                        }
187
187
                        }
188
 
                }, "DownloadThread");
 
188
                }, "DownloadFile");
189
189
                
190
190
                downloadThread.start();
191
191
                while(downloadThread.isAlive()) {