Skip to content
Snippets Groups Projects
Commit a5c78581 authored by gbrown31's avatar gbrown31
Browse files

Merge branch 'fix/01-update-name-in-application' into 'main'

Update label to use my name

Closes #1

See merge request !1
parents ef568e38 cf65ce62
No related branches found
No related tags found
1 merge request!1Update label to use my name
......@@ -11,8 +11,7 @@ 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)");
JLabel label = new JLabel("Name: Grant Brown (220161592)");
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