The <fx:script> element works fine with relative paths.
But when I define a stylesheet, full path is needed.
<BorderPane id="app-border"
style="-fx-padding: 6 6 6 6"
stylesheets="webfx/samples/restdemo/myStyles.css"
xmlns:fx="http://javafx.com/fxml">
But when I define a stylesheet, full path is needed.
<BorderPane id="app-border"
style="-fx-padding: 6 6 6 6"
stylesheets="webfx/samples/restdemo/myStyles.css"
xmlns:fx="http://javafx.com/fxml">
- is blocked by
-
JDK-8119985 FXMLLoader doesn't support prefixed values in list or array properties
-
- Resolved
-