I'm currently developing a JavaFX 8 user control and am going to make the first release available when Oracle releases the u20 JDK. After upgrading to this version, my control now launches a long list of CSS warnings that look like this:
"Failed to resolve" -fx-base "while allowing search for ' -fx-background-color ' from the rule ' *.test ' in the test.css stylesheet test.css "
Note: I do not call any of these suspicious methods: applyCSS() , layout() or impl_processCSS() .
What could be the reason?
css javafx javafx-8
Dirk lemmermann
source share