• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

CacheDownloading & Progressbar?

 
Greenhorn
Posts: 7
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So my code checking for the cache & downloading it is just not clean, uses up a lot of space, & Just overall looks bad.

Pretty much I have spent all day trying to rewrite it but am stuck w/ one thing. Adding Jprogressbar to my loading screen for 'checking for updates' & 'fetching updates'. I've never messed w/ JProgressBar & all the guides i find just don't seem to help me learn anything about it or even fit what i'm trying to do.



I want the JProgressBar to be below my loading image & for it to keep track of the cache download %. How do i get it inside my current jframe & keep track of my download?
^ If i can get someone to help me with that i can do the rest of my idea on my own

Thanks to whoever can help me out :p
 
Ryan Taubert
Greenhorn
Posts: 7
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bump
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic