I am using NetBeans IDE 8.0.2 and I am trying to change the color of the JProgressBar from the default orange as shown below:
I have tried changing the foreground and background in the properties but the result does nothing except change the color of the text inside the bar, but keeps the color of the bar itself orange.
When I try to manually code the JProgressBar it has more of a 2D appearance as shown below:
How can I change the color of the JProgressBar but also keep the 3D textured style of the default JProgressBar or is not possible?