2

I would like to set ALL of JProgressBar in my Swing application in Nimbus style, while the rest is Windows, Metal, Quauqa, whatever.

How can I do this in Java?

kleopatra
  • 51,061
  • 28
  • 99
  • 211

1 Answers1

0

Call comp.setUI(...) and comp.updateUI() to change the UI of single components.

Mordechai
  • 15,437
  • 2
  • 41
  • 82