The progress bar is used as a health bar.

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:

enter image description here

Will the progress bar be enough to accomplish this? If not, what will happen?

+3
source share
1 answer

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.

+4
source

All Articles