如何从 JavaFX 2.1 自定义 ProgressIndicator?我试图找到一些示例,但找不到任何示例?我想将颜色从默认的蓝色更改为黑色(但保持渐变效果),并从完成时删除“完成”文本。
我查看了 Javafx CSS 参考指南,但不知道如何设置节点子结构的样式。对于下一个示例:我尝试过
.progress-indicator .indicator { -fx-background-color: #000000; }
但似乎不起作用。ProgressIndicator 的 JavaFX css 参考
Style class: progress-indicator
The ProgressBar control has all the properties of Region and Node.
Substructure
indicator — Region
progress — Region
tick — Region