![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Programming A discussion forum for programs and programming used in tech-related businesses. |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Apr 2008
Posts: 104
OS: Win XP Home SP2
|
Java Progress Bar Not Showing Progress
I'm writing a java program that uses a JProgressBar. My program performs inserts on a database and the progress bar keeps track of this by showing a percentage of the task being completed. My problem is that when I run "long" tasks, say a couple minutes, the progress-bar doesn't show any progress. The inserts are performed on the database, but no indication of progress is made via the progress-bar. However, for shorter tasks, the progress-bar shows progress just fine.
Any ideas what causes this? |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Registered User
Join Date: Jan 2008
Location: Harpers Ferry, WV
Posts: 400
OS: OS X 10.4.x
|
Re: Java Progress Bar Not Showing Progress
Some sample code of how you are implementing the progress bar would be helpful. My guess is that it's not getting time to update unless it's run in a separate thread.
|
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Dec 2008
Posts: 5
OS: XP
|
Re: Java Progress Bar Not Showing Progress
One thing to think about: if your database transactions take a different amount of time each, then your progress is just 'number of transactions' as opposed to 'time'.
Is it possible that your first transaction is taking a very long time (perhaps things are getting cached, or you are doing a select), and all your other transactions are very quick? In that case, your status bar will sit for a while (as no transactions are completed) then 'jump' to done as your 2-n transactions get done quickly. |
|
|
|
![]() |
| Thread Tools | |
|
|