Skip to content
Snippets Groups Projects
Commit 4ad48913 authored by Steve McKinnon's avatar Steve McKinnon
Browse files

updated name and student number

parent 53fceabc
No related branches found
No related tags found
No related merge requests found
Pipeline #1348 failed
......@@ -15,8 +15,8 @@ public class Main extends Application {
public void start(Stage primaryStage) throws Exception {
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 - Name and Student Number
Label label = new Label("Name: Steve Mckinnon. Student Number: 220231421");
BorderPane borderPane = new BorderPane();
borderPane.setBottom(label);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment