• 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

Progressbar Display problem

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello,
I have design a small GUI for login with Ok and Exit button. And on successful login i check for the updating the database. So when i'm doing this update i'm calling a Frame with progressbar and an ICON if all the data is updated then this frame is disposed and i'm calling another Frame.
login is diffrent class with it's Componenets and updating database is another class with no GUI componenets and Progressbar is different class.

So the problem is i'm not able to display the progress bar class components.It's showing blank frame with no components.If i write main Progress bar it show's every component.

Thank you,
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have a look at this FAQ: JProgressBar Doesnt Update
 
reply
    Bookmark Topic Watch Topic
  • New Topic