Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created October 10, 2019 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BMU-Verlag/188d40e5368933a18d3c281420440bc9 to your computer and use it in GitHub Desktop.
Save BMU-Verlag/188d40e5368933a18d3c281420440bc9 to your computer and use it in GitHub Desktop.
<Button fx:id="add" onAction="#prepareOperation" text="+" GridPane.columnIndex="3" GridPane.rowIndex="0" />
<Button fx:id="subtract" onAction="#prepareOperation" text="-" GridPane.columnIndex="3" GridPane.rowIndex="1" />
<Button fx:id="multiply" onAction="#prepareOperation" text="*" GridPane.columnIndex="3" GridPane.rowIndex="2" />
<Button fx:id="divide" onAction="#prepareOperation" text="/" GridPane.columnIndex="3" GridPane.rowIndex="3" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment