Is there a way to change the color of a ProgressBar\'s bars in SWT? .setForeground() doesn\'t seem to work.
.setForeground()
If there is not a way to change the color progr
You can now, using JProgressBar.setForeground( Color )