JFoenix
JFoenix copied to clipboard
JFXDatePicker Css Error "javafx.scene.CssStyleHelper calculateValue"
Hi, I have an error when I run my program, it seems to come from a css file in the JFoenix library, could someone have a solution to fix this error which only displays a red message in the console ?
Error:
déc. 06, 2020 1:45:31 PM javafx.scene.CssStyleHelper calculateValue WARNING: Could not resolve '-jfx-default-color' while resolving lookups for '-fx-background-color' from rule '*.date-picker-popup>*.month-year-pane' in stylesheet jar:file:/C:/Users/******/Documents/CODAGE/java/javaFx/testFx/src/resources/libs/jfoenix-8.0.10.jar!/com/jfoenix/assets/css/controls/jfx-date-picker.css
Thanks you ^^
Hi, Can you provide a SSCCE demonstrating the issue?