ronz94 / Steadfast

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Progress bar not showing progress while download is in process. #10

Open ronz94 opened 9 years ago

ronz94 commented 9 years ago

I think if we put up the action of the progress bar in a new thread,then the EDT will remain empty and as a result we can see its action,i.e. the progress while a file is being downloaded. Looking for suggestions or any other better approach.

Mr-Kumar-Abhishek commented 9 years ago

This approach looks appropriate enough for now. However , later on we will need to make different classes for downloads utilities , download jobs, and swing's class for all GUI at one place.