diff --git a/src/main/java/org/to/telegramfinalproject/HelloApplication.java b/src/main/java/org/to/telegramfinalproject/HelloApplication.java
deleted file mode 100644
index 5751500..0000000
--- a/src/main/java/org/to/telegramfinalproject/HelloApplication.java
+++ /dev/null
@@ -1,23 +0,0 @@
-package org.to.telegramfinalproject;
-
-import javafx.application.Application;
-import javafx.fxml.FXMLLoader;
-import javafx.scene.Scene;
-import javafx.stage.Stage;
-
-import java.io.IOException;
-
-public class HelloApplication extends Application {
- @Override
- public void start(Stage stage) throws IOException {
- FXMLLoader fxmlLoader = new FXMLLoader(HelloApplication.class.getResource("hello-view.fxml"));
- Scene scene = new Scene(fxmlLoader.load(), 320, 240);
- stage.setTitle("Hello!");
- stage.setScene(scene);
- stage.show();
- }
-
- public static void main(String[] args) {
- launch();
- }
-}
\ No newline at end of file
diff --git a/src/main/java/org/to/telegramfinalproject/HelloController.java b/src/main/java/org/to/telegramfinalproject/HelloController.java
deleted file mode 100644
index 0641baf..0000000
--- a/src/main/java/org/to/telegramfinalproject/HelloController.java
+++ /dev/null
@@ -1,14 +0,0 @@
-package org.to.telegramfinalproject;
-
-import javafx.fxml.FXML;
-import javafx.scene.control.Label;
-
-public class HelloController {
- @FXML
- private Label welcomeText;
-
- @FXML
- protected void onHelloButtonClick() {
- welcomeText.setText("Welcome to JavaFX Application!");
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/org/to/telegramfinalproject/Fxml/feature_board.fxml b/src/main/resources/org/to/telegramfinalproject/Fxml/feature_board.fxml
deleted file mode 100644
index 96671be..0000000
--- a/src/main/resources/org/to/telegramfinalproject/Fxml/feature_board.fxml
+++ /dev/null
@@ -1,314 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/main/resources/org/to/telegramfinalproject/Fxml/hello-view.fxml b/src/main/resources/org/to/telegramfinalproject/Fxml/hello-view.fxml
deleted file mode 100644
index 6d1b9c1..0000000
--- a/src/main/resources/org/to/telegramfinalproject/Fxml/hello-view.fxml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-