Skip to content
Snippets Groups Projects
Commit 5fb20126 authored by Ben OToole's avatar Ben OToole
Browse files

Added name and student number to name label

parent 53fceabc
No related branches found
No related tags found
No related merge requests found
......@@ -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 label = new Label("Ben O'Toole: (220111166)");
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