I have a JPanel with a number of JProgressBar components on it. It works fine with the default behavior of centering the paintString. I would like to left-justify all the paint strings. I don't see any way to apply formatting to the text string. I suppose I could place the text myself with a JLabel, but I'd rather do the formatting in the JProgressBar itself. How is this accomplished?
Asked
Active
Viewed 332 times
0

Hovercraft Full Of Eels
- 283,665
- 25
- 256
- 373

AixNPanes
- 1,170
- 3
- 14
- 33
-
1Nope, there is no feature to enable this, you'd have to implement your own look and feel – MadProgrammer Jan 18 '15 at 01:39
-
1For [example](http://stackoverflow.com/a/8886795/230513). – trashgod Jan 18 '15 at 02:33