简体   繁体   English

Synthetica JProgressBar无法填充

[英]Synthetica JProgressBar doesn't fill

Recently, I'm using Synthetica as default JLAF, but progress bar doesn't fill, I try the following customize sentences but, nothing changes: 最近,我将Synthetica用作默认的JLAF,但是进度条没有填充,我尝试了以下自定义语句,但没有任何变化:

Synthetica.progressBar.x.animation.type with a different value of 0 . 具有不同值0 Synthetica.progressBar.x.animation.type Synthetica.progressBar.respectMinimumBarImageSize with the recommended value of false . 建议值为false Synthetica.progressBar.respectMinimumBarImageSize

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. 我必须澄清一下,在其他JLAF(如nimbus)中,进度条可以完美地填充。

Thanks in advance! 提前致谢!

最后,解决问题的最佳方法是删除句子Synthetica.progressBar.x.animation.type并保留其他内容如下:

UIManager.put("Synthetica.progressBar.respectMinimumBarImageSize",Boolean.FALSE);

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM