aspose file tools
The moose likes Swing / AWT / SWT and the fly likes JProgress Bar Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "JProgress Bar" Watch "JProgress Bar" New topic
Author

JProgress Bar

Eric Edwards
Ranch Hand

Joined: Feb 12, 2000
Posts: 60
My question has to do with coding a progress bar using swing.
I have looked in several sources and all that I have learned so far is that it must be done using threads, but I am having a problem tying the thread(s) together with the JProgress Bar and the data. What is the best way to accomplish this task.
[This message has been edited by Eric Edwards (edited April 10, 2001).]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JProgress Bar
 
Similar Threads
to make jprogress bar running while task is occuring
swing worker3 with JProgressbar
JProgress Bar
How to disable JDialog close window button?
JProgressBar - Please Help