Created
October 10, 2019 15:42
-
-
Save BMU-Verlag/afd582a43ed68c1eee15e6d4a9281fd2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@FXML | |
private Button add; | |
@FXML | |
private Button subtract; | |
@FXML | |
private Button multiply; | |
@FXML | |
private Button divide; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment