Skip to content
Snippets Groups Projects
Commit cc89fbbf authored by Daniel Ho's avatar Daniel Ho
Browse files

update name label to show student name and id

parent be41faa3
No related branches found
No related tags found
No related merge requests found
Pipeline #1843 canceled
......@@ -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: Daniel Ho (student id 220191353)");
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