Skip to content
Snippets Groups Projects
Commit 987c5719 authored by Yash Raosaheb Aringale's avatar Yash Raosaheb Aringale
Browse files

Update application label with name and student number

parent 8134f0fa
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ public class Main {
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: (Yash Raosaheb Aringale, Student Number: 220273596)");
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