Skip to content
Snippets Groups Projects
Commit 07df38de authored by mhay23's avatar mhay23
Browse files

Added name label. (all files updating due to OS spacing discrepancy)

parent 53fceabc
No related branches found
No related tags found
No related merge requests found
Pipeline #1410 canceled
gradlew 100755 → 100644
gradlew.bat 100755 → 100644
......@@ -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: Mark Hay - 220204473");
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