diff --git a/voting-station-gui/src/Gifs/712 (1).gif b/voting-station-gui/src/Gifs/712 (1).gif new file mode 100644 index 0000000..150f0fa Binary files /dev/null and b/voting-station-gui/src/Gifs/712 (1).gif differ diff --git a/voting-station-gui/src/sample/Controller.java b/voting-station-gui/src/sample/Controller.java new file mode 100644 index 0000000..54e5bd1 --- /dev/null +++ b/voting-station-gui/src/sample/Controller.java @@ -0,0 +1,4 @@ +package sample; + +public class Controller { +} diff --git a/voting-station-gui/src/sample/Main.java b/voting-station-gui/src/sample/Main.java new file mode 100644 index 0000000..5e8b302 --- /dev/null +++ b/voting-station-gui/src/sample/Main.java @@ -0,0 +1,23 @@ +package sample; + +import javafx.application.Application; +import javafx.fxml.FXMLLoader; +import javafx.scene.Parent; +import javafx.scene.Scene; +import javafx.stage.Stage; + +public class Main extends Application { + + @Override + public void start(Stage primaryStage) throws Exception{ + Parent root = FXMLLoader.load(getClass().getResource("sample.fxml")); + primaryStage.setTitle("Voting Station"); + primaryStage.setScene(new Scene(root, 560, 360)); + primaryStage.show(); + } + + + public static void main(String[] args) { + launch(args); + } +} diff --git a/voting-station-gui/src/sample/sample.fxml b/voting-station-gui/src/sample/sample.fxml new file mode 100644 index 0000000..f5832dc --- /dev/null +++ b/voting-station-gui/src/sample/sample.fxml @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +