Default color of the com.gluonhq.charm.glisten.control.ProgressIndicator/ProgressBar
is material design blue.
How to change the color?
I tried different JavaFX CSS properties, but it doesn't work.
Default color of the com.gluonhq.charm.glisten.control.ProgressIndicator/ProgressBar
is material design blue.
How to change the color?
I tried different JavaFX CSS properties, but it doesn't work.
You can change the color by using a new css style -fx-color
.
progressIndicator.setStyle("-fx-color: red;");