Code to style ProgressBar:
songProgressBar.setStyle("-fx-accent: green;-fx-control-inner-background: black;-fx-text-box-border: green;");
What I get
Why is bottom border white?
Code to style ProgressBar:
songProgressBar.setStyle("-fx-accent: green;-fx-control-inner-background: black;-fx-text-box-border: green;");
What I get
Why is bottom border white?