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

Update application label with my name Yash Raosaheb Aringale

parent dd640054
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ public class DotsAndBoxesUI { ...@@ -35,7 +35,7 @@ public class DotsAndBoxesUI {
this.grid = grid; this.grid = grid;
anchorPane = new JPanel(new BorderLayout()); anchorPane = new JPanel(new BorderLayout());
label = new JLabel(""); label = new JLabel("Dots and Boxes by Yash Raosaheb Aringale");
updateLabel(); updateLabel();
canvas = new DABCanvas(); canvas = new DABCanvas();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment