chanhge color text jav fx code example
Example: javafx change text size
text.setFont(Font.font ("arial", 24));
or
text.setStyle("-fx-font: 24 arial;");
text.setFont(Font.font ("arial", 24));
or
text.setStyle("-fx-font: 24 arial;");