diff options
Diffstat (limited to 'src/com.example.portfolio2/com')
-rw-r--r-- | src/com.example.portfolio2/com/example/portfolio2/HelloController.java | 11 |
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 |