0
votes
1answer
30 views

how to make Indeterminate progressbar look nicely?

I'm using nimbus lookAndFill UIManager.setLookAndFeel("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel"); and my indeterminate JProgressBar looks like that: ...
5
votes
2answers
582 views

JProgressBar Changing Bar Color dynamically

I am using JProgressBar component along with the Nimbus UI Defaults. The problem is that When I want to manually change each progressbar's Bar color, I use BasicProgressBarUI by setting ...
2
votes
2answers
2k views

Nimbus L&F - Change Background color of Progress Bar

i'm developing a little GUI application with Java using Netbeans Editor. I've put in a JFrame a simple Progress Bar. I'm developing the project with JDK7 I want to change the background Color from ...
2
votes
1answer
1k views

How to change the color of a single JProgressBar in Nimbus?

I'm trying to change the color of a single JProgressBar in Nimbus LAF (Look And Feel). This solution does work, but it changes the colors of ALL JProgressBars :/ UIDefaults defaults = ...
5
votes
2answers
3k views

Change colors for JProgressBar with Nimbus?

does anyone know how to change the colors for JProgressBar when you use Nimbus LookAndFeel?