Skip to content
Snippets Groups Projects
Commit 57f9743d authored by jphiri's avatar jphiri
Browse files

add name to the label in the application main class

parent f4cc147e
No related branches found
No related tags found
No related merge requests found
...@@ -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: Jenifer Phiri (220274670)");
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.
Finish editing this message first!
Please register or to comment