The Unified EL uses the syntax:
<Button onMouseClicked="#{eventHandler}" />
Whereas FXML currently uses:
<Button onMouseClicked="#eventHandler" />
We need to adjust to come into alignment with Unified EL on this syntax.
<Button onMouseClicked="#{eventHandler}" />
Whereas FXML currently uses:
<Button onMouseClicked="#eventHandler" />
We need to adjust to come into alignment with Unified EL on this syntax.