0

Possible Duplicate:
Nice looking progress bar in java

I use setBackground and setForeground to set the color of a JProgressBar but they didn't work, the color remain Orange. I can't change it.

Community
  • 1
  • 1
user1608338
  • 1
  • 1
  • 1
  • 2

1 Answers1

2

It's likely due to your installed look-and-feel. Does this help: change-colors-for-jprogressbar-with-nimbus

Community
  • 1
  • 1
EthanB
  • 4,239
  • 1
  • 28
  • 46
  • how to work with change-colors-for-jprogressbar-with-nimbus,plz tell – user1608338 Aug 23 '12 at 14:33
  • Are you using Nimbus look-and-feel? If so, the source-code in the answer should help. If not, please post a [SSCCE](http://sscce.org/), as Andrew Thompson suggests. – EthanB Aug 23 '12 at 14:42