diff options
Diffstat (limited to 'src/IDE/IDE/hello-view.fxml')
-rw-r--r-- | src/IDE/IDE/hello-view.fxml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/IDE/IDE/hello-view.fxml b/src/IDE/IDE/hello-view.fxml deleted file mode 100644 index c31d9e2..0000000 --- a/src/IDE/IDE/hello-view.fxml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<?import javafx.geometry.Insets?> -<?import javafx.scene.control.Label?> -<?import javafx.scene.layout.VBox?> - -<?import javafx.scene.control.Button?> -<VBox alignment="CENTER" spacing="20.0" xmlns:fx="http://javafx.com/fxml" - fx:controller="IDE.HelloController"> - <padding> - <Insets bottom="20.0" left="20.0" right="20.0" top="20.0"/> - </padding> - - <Label fx:id="welcomeText"/> - <Button text="Hello!" onAction="#onHelloButtonClick"/> -</VBox> |