Skip to content
Snippets Groups Projects
Commit 5da13ec9 authored by Matt Ralston's avatar Matt Ralston
Browse files

Added my name and student number

parent be41faa3
Branches 1-two-known-bugs
Tags
No related merge requests found
......@@ -12,7 +12,7 @@ public class Main {
DotsAndBoxesGrid grid = new DotsAndBoxesGrid(15, 8, 2);
// FIXME: Update this label to show your name and student number
JLabel label = new JLabel("Name: (Your name and student number goes here)");
JLabel label = new JLabel("Name: Matt Ralston (220264870)");
JPanel borderPane = new JPanel(new BorderLayout());
borderPane.add(label, BorderLayout.SOUTH);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment