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

Update name label to include my name and student number

parent dd640054
Branches
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)");
// FIXME: Update this label to show your name: Chandan(Gerry) and student id: 220278631
JLabel label = new JLabel("Name:Chandan Bikram Shah, student number:220278631");
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