如何从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