Skip to content
Snippets Groups Projects
Commit 67ef27c8 authored by Ethan Carlsson's avatar Ethan Carlsson
Browse files

updated name label to show my name

parent 53fceabc
No related branches found
No related tags found
No related merge requests found
Pipeline #1421 failed
......@@ -15,8 +15,7 @@ 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 label = new Label("Ethan: 220245986");
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