Reputation: 310
Recently, I'm using Synthetica as default JLAF, but progress bar doesn't fill, I try the following customize sentences but, nothing changes:
Synthetica.progressBar.x.animation.type
with a different value of 0
.
Synthetica.progressBar.respectMinimumBarImageSize
with the recommended value of false
.
Is there a solution?, is it a simple bug? or Is there some customize sentence that I've not seen?
I must clarify that, in other JLAF like nimbus, progress bar fills perfectly.
Thanks in advance!
Upvotes: 0
Views: 111
Reputation: 310
At the end, the best way to solve the problem was deleting the sentence Synthetica.progressBar.x.animation.type
and keeping the other as the following:
UIManager.put("Synthetica.progressBar.respectMinimumBarImageSize",Boolean.FALSE);
Upvotes: 0