JFXComboBox don't take standard fx attributes styles
See original GitHub issueWhen i use -fx-prompt-text-fill -fx-text-fill -fx-highlight-text-fill
The style of JFXComboBox not applied in my program…
<JFXComboBox id="selector" fx:id="selector" layoutX="25.0" layoutY="180.0" prefHeight="25.0" prefWidth="200.0" promptText="select" style="-jfx-unfocus-color:#FFFFFF;-jfx-focus-color:#48A5EA;-fx-prompt-text-fill:#FFFFFF;-fx-text-fill:#FFFFFF;-fx-highlight-text-fill:#FFFFFF;"/>
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
JFXComboBox don't take standard fx attributes styles #740
When i use -fx-prompt-text-fill -fx-text-fill -fx-highlight-text-fill The style of JFXComboBox not applied in my program....
Read more >JavaFX CSS Reference Guide - Oracle Help Center
This document describes the JavaFX Cascading Style Sheets (CSS) for JavaFX 2 and explains the styles, values, properties and associated grammar.
Read more >how to style a prompt text of combobox in java FX application?
I can't seem to make it work (JDK 7, Scene Builder 1.1). I have a form with multiple TextFields and 2 ComboBoxes. Even...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
There is no method to call, you can change it through css. For example:
Okay. But if I need to use text-fill color, which method can I use ? Or it is a bug ? JFXComboBox not extend ComboBox native ?