aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com.example.portfolio2/com/example/portfolio2/HelloController.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/com.example.portfolio2/com/example/portfolio2/HelloController.java b/src/com.example.portfolio2/com/example/portfolio2/HelloController.java
deleted file mode 100644
index f9d1de6..0000000
--- a/src/com.example.portfolio2/com/example/portfolio2/HelloController.java
+++ /dev/null
@@ -1,11 +0,0 @@
-package com.example.portfolio2;
-
-import javafx.scene.control.Label;
-
-public class HelloController {
- private Label welcomeText;
-
- protected void onHelloButtonClick() {
- welcomeText.setText("Welcome to JavaFX Application!");
- }
-} \ No newline at end of file