Skip to content
Snippets Groups Projects
Commit 2b560878 authored by Peter Wallbank's avatar Peter Wallbank
Browse files

modified: src/main/java/dotsandboxes/Main.java

parent 53fceabc
Branches 1-fix-assignment-errors
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ public class Main extends Application {
primaryStage.setTitle("Dots and Boxes");
// 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: Peter Wallbank 220230793");
BorderPane borderPane = new BorderPane();
borderPane.setBottom(label);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment