I am making a java game with a sidebar that displays the player’s health. I want the panel to look like a progress bar that matches the lines of the image below:
Will the progress bar be enough to accomplish this? If not, what will happen?
If you need an “official” answer, then yes, JProgressBar can do it easily. I suggest you try and let us know how it works, especially if you have problems with it.