java - Transform a text case in to UpperCase Using JavaFX CSS -


any 1 can me change case in javafx project i'm trying find solution browse, can't please find below code i'm trying can't result

.text {     -fx-font-family: "arial";     -fx-font-size: 24;     -fx-text-fill: #263248;     -fx-padding: 10 20 10 20;     -fx-cursor: hand;     -fx-text-transform: uppercase; /* property not working */  } 

any appreciated! thanks!


Comments