Skip to content
Snippets Groups Projects
Commit 995a7c43 authored by William Billingsley's avatar William Billingsley Committed by nreeves5
Browse files

Make the name label to update more obvious

parent 7bc8346b
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@ public class Main extends Application {
public void start(Stage primaryStage) throws Exception {
primaryStage.setTitle("Dots and Boxes");
Label label = new Label("My label");
// FIXME: Update this label to show your name and student number
Label label = new Label("Name: (Your name and student number goes here)");
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