Although FXMLLoader is able to set a list or an array property from a value containing string tokens delimited by ","  (list="a, b, c, d") it cant resolve properly tokens prefixed with "@", "%" or "\"
Something like this (list="%resource1, %resource2, ..." or stylesheets="@style1.css, @style2.css, ...") isn't processed correctly.
Something like this (list="%resource1, %resource2, ..." or stylesheets="@style1.css, @style2.css, ...") isn't processed correctly.
- blocks
- 
                    JDK-8125649 CSS not loaded when relative path used on FXML -           
- Resolved
 
-