Skip to content
Snippets Groups Projects
Commit e6f6f37a authored by Will Billingsley's avatar Will Billingsley
Browse files

Updated Label - Name to my name and student Id

parent dd640054
No related branches found
No related tags found
No related merge requests found
gradlew 100755 → 100644
File mode changed from 100755 to 100644
gradlew.bat 100755 → 100644
File mode changed from 100755 to 100644
...@@ -12,7 +12,7 @@ public class Main { ...@@ -12,7 +12,7 @@ public class Main {
DotsAndBoxesGrid grid = new DotsAndBoxesGrid(15, 8, 2); DotsAndBoxesGrid grid = new DotsAndBoxesGrid(15, 8, 2);
// FIXME: Update this label to show your name and student number // 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: (Ashwin Joseph Tom,220267977)");
JPanel borderPane = new JPanel(new BorderLayout()); JPanel borderPane = new JPanel(new BorderLayout());
borderPane.add(label, BorderLayout.SOUTH); 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