Css – JavaFX Scene Builder: How to set text color in ComboBox?
I created a JavaFX ComboBox with JavaFX Scene Builder 21.0.0. I set the text color to white, but the text is still black. Any ideas how to resolve this issue?
I created a JavaFX ComboBox with JavaFX Scene Builder 21.0.0. I set the text color to white, but the text is still black. Any ideas how to resolve this issue?
Quite frustrating as I follow guidelines and basic tutorial. I can apply CSS styles to differnt elements but not to vbox or hbox. I have the following simple Apps creating a simple scene using a FMXL and CSS: import java.net.URL;…