-
Bug
-
Resolution: Not an Issue
-
P4
-
fx2.0
-
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.