Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
默认颜色com.gluonhq.charm.glisten.control.ProgressIndicator/ProgressBar是材料设计蓝色。
com.gluonhq.charm.glisten.control.ProgressIndicator/ProgressBar
如何改变颜色?
我尝试了不同的 JavaFX CSS 属性,但它不起作用。
您可以使用新的 css 样式更改颜色-fx-color。
-fx-color
progressIndicator.setStyle("-fx-color: red;");