Skip to content
Snippets Groups Projects
Commit f08d27a5 authored by hkaur28's avatar hkaur28
Browse files

Name label changed to Harpinder Kaur

parent 054019a9
No related branches found
No related tags found
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: Harpinder kaur\n Student Number: 220272645");
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