I modified the style of my TableViews programmatically with the following code-
tableView.setStyle("-fx-base : #333333; -fx-background-color : gray");
Now I am looking to change the color of the scroll bar using the same method. I prefer not to add an external CSS file just for this specific change. Is there a way to change the scroll bar color using Java code?