Skip to content
Snippets Groups Projects
Commit 53fceabc authored by William Billingsley's avatar William Billingsley
Browse files

Make the name label to update more obvious

parent 4b033c3c
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.
Finish editing this message first!
Please register or to comment