-
Enhancement
-
Resolution: Won't Fix
-
P4
-
fx2.0
-
Windows 7 Javafx 2.0
For the ProgressBar Component i miss the ability to change the foreground color easy. It should be possible to change the bars color with a function like pb.setForgroundColor(Color bg) or pb.setStyle("-fx-foreground-color: blue;"). Til yet its very complicated and verbose to change the color inside a css file wit:
.progess-bar .bar {
-fx-background-color: blue;
}
.progess-bar .bar {
-fx-background-color: blue;
}
- relates to
-
JDK-8100823 ProgressIndicator indeterminate spinner color hard-coded
- Closed