I ran into another FXML bug today. According to th...
# tornadofx
r
I ran into another FXML bug today. According to the documentation (https://docs.oracle.com/javase/8/javafx/api/javafx/fxml/doc-files/introduction_to_fxml.html#property_elements)
Elements whose tag names begin with a lowercase letter represent object properties.
However, it appears it actually needs to start with more than one letter (e.g.
xOffset
will not work). Has anyone else ever run into this?