Skip to content
Snippets Groups Projects
Commit 9dcdc67e authored by Martin Schreiber's avatar Martin Schreiber
Browse files

changed label to show my name

parent 9f49ad45
No related branches found
No related tags found
No related merge requests found
Pipeline #1435 failed
......@@ -14,9 +14,8 @@ public class Main extends Application {
@Override
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("Name: Martin Schreiber s220178465");
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