Hi folks,
How would one change the color of the progress string of a JProgressBar. The
setForeground() and setBackground() methods for this component changes the
color of the progress bar and background respectively...but how to change
the color of the progress string?
Regards,
Flo
Flo - 02 Feb 2004 05:42 GMT
> Hi folks,
>
[quoted text clipped - 5 lines]
> Regards,
> Flo
I have found that UIManager.put("ProgressBar.selectionForeground", myColor)
allows me to to change the colour of the string in the porgress bar.
However, this seems to be a global setting and I need to be able to change
the colour of several porgress bars programmatically to different colours.
Cheers.