aspose file tools
The moose likes Swing / AWT / SWT and the fly likes JProgress Bar Text Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "JProgress Bar Text" Watch "JProgress Bar Text" New topic
Author

JProgress Bar Text

Dennis Putnam
Ranch Hand

Joined: Feb 03, 2012
Posts: 208
Is there a way to put text into an indeterminate JProgress bar like can be done for a determinate bar? I have a progress bar that will never be determinate and it just looks too naked. I use it to indicate to the user that something is happening. When it is over I just set the bar to invisible. TIA.
Kemal Sokolovic
Bartender

Joined: Jun 19, 2010
Posts: 792
    
    2



The quieter you are, the more you are able to hear.
Dennis Putnam
Ranch Hand

Joined: Feb 03, 2012
Posts: 208
Perfect. Thanks. It was the setStringPainted that I didn't find.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JProgress Bar Text
 
Similar Threads
ProgressMonitorInputStream problem
to make jprogress bar running while task is occuring
How do i block user inputs till swing worker terminates ?
JProgress Bar
JProgressBar Help