Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cosc220_assignment2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
asegal2
cosc220_assignment2
Commits
56059e8c
Commit
56059e8c
authored
Jul 24, 2024
by
asegal2
Browse files
Options
Downloads
Patches
Plain Diff
Added my name and student number
parent
dd640054
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/dotsandboxes/Main.java
+1
-1
1 addition, 1 deletion
src/main/java/dotsandboxes/Main.java
with
1 addition
and
1 deletion
src/main/java/dotsandboxes/Main.java
+
1
−
1
View file @
56059e8c
...
...
@@ -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
(
"
Alexander Segal 220252054
"
);
JPanel
borderPane
=
new
JPanel
(
new
BorderLayout
());
borderPane
.
add
(
label
,
BorderLayout
.
SOUTH
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment