I'm trying to create a custom JProgressbar but i'm having no luck. The way I'm trying to do is it to create extending my class with JProgressBar but I can't seem to get the border right. Here's what I'm trying to achieve.
Asked
Active
Viewed 54 times
0
-
4Please add the related code, otherwise is impossible to help you. – Rcordoval Sep 12 '18 at 04:00
-
3So, you want it square? You want the text displayed? You want the color changed? If you don't want to write your own from scratch, one of the better places to start is with the `BasicProgressBarUI` - [for example](https://stackoverflow.com/questions/28908135/how-to-customize-a-jprogressbar/28909255#28909255) – MadProgrammer Sep 12 '18 at 04:12