Skip to content
Snippets Groups Projects
Commit f98f4e30 authored by Zach Swann's avatar Zach Swann
Browse files

Name and Student Number Updated

parent 53fceabc
Branches
Tags
No related merge requests found
Pipeline #1259 failed
...@@ -16,7 +16,7 @@ public class Main extends Application { ...@@ -16,7 +16,7 @@ public class Main extends Application {
primaryStage.setTitle("Dots and Boxes"); primaryStage.setTitle("Dots and Boxes");
// FIXME: Update this label to show your name and student number // FIXME: Update this label to show your name and student number
Label label = new Label("Name: (Your name and student number goes here)"); Label label = new Label("Name: Zach Swann 220224683");
BorderPane borderPane = new BorderPane(); BorderPane borderPane = new BorderPane();
borderPane.setBottom(label); borderPane.setBottom(label);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment