Skip to content
Snippets Groups Projects
Commit 0a974fab authored by André Wikheim Merkesdal's avatar André Wikheim Merkesdal
Browse files

Initial Commit

parent 2689b3e0
No related branches found
No related tags found
No related merge requests found
Pipeline #259663 failed
......@@ -7,6 +7,7 @@ public class HelloController {
@FXML
private Label welcomeText;
@FXML
protected void onHelloButtonClick() {
welcomeText.setText("Welcome to JavaFX Application!");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment