-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P4
-
Affects Version/s: fx2.0
-
Component/s: javafx
-
Environment:
JavaFx 2.0
scene.getStylesheets().add("/path/stylesheet.css");
If my path is like com.company.guipackage i get a warning: WARNING: com.sun.javafx.css.StyleManager$2 run Resource "null" not found
If i change the path to just guipackage (without dots) it works fine.
If my path is like com.company.guipackage i get a warning: WARNING: com.sun.javafx.css.StyleManager$2 run Resource "null" not found
If i change the path to just guipackage (without dots) it works fine.