I'm using nimbus lookAndFill
UIManager.setLookAndFeel("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel");
and my indeterminate JProgressBar looks like that:
http://img15.imageshack.us/img15/9470/uglyprogress.jpg
can i make it looks better?
I'm using nimbus lookAndFill
UIManager.setLookAndFeel("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel");
and my indeterminate JProgressBar looks like that:
http://img15.imageshack.us/img15/9470/uglyprogress.jpg
can i make it looks better?
There's an easier solution. You can just copy the progress bar UI defaults before setting the nimbus look-and-feel and then set them back after. You then get Nimbus look and feel but without its progress bar styling.
You can either use a different look and fill or create your own component.