Forum Discussion

exdunepilot's avatar
exdunepilot
Contributor
7 years ago

Finding the Text Color in a JavaFX Tooltip & CSS

Normally we can find the text colors in our JavaFX objects using methods such as getBackground(), getForeground, getEffect(), getStyle(), getFill() etc.  But the Tooltip JavaFX object is different an...