Join Slack
Powered by
I ran into another FXML bug today. According to th...
# tornadofx
r
Ruckus
02/01/2018, 5:20 PM
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?
Open in Slack
Previous
Next