Skip to content
Snippets Groups Projects
Commit d4c69bbe authored by Chelsea Allen's avatar Chelsea Allen
Browse files

Initial upload - update name label

parent ef1304d7
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ public class Main {
JFrame mainWindow = new JFrame("Dots and Boxes");
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)");
// Updated with name and student numer
JLabel label = new JLabel("Name: Chelsea Allen (220155519)");
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