If one adds files using FXMLDemo's App:
scene.getStylesheets().add("demo/demo.css")
works when running in the IDE but fails once exported to a jar-File using the JavaFX-Packager (see the packaged demos one can download for b42)
scene.getStylesheets().add("demo/demo.css")
works when running in the IDE but fails once exported to a jar-File using the JavaFX-Packager (see the packaged demos one can download for b42)
- duplicates
-
JDK-8128550 FXML-LoginDemo : "/demo.css" is frequently can not be read
-
- Resolved
-