Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nreeves5
cosc220-a2-220188955
Commits
196de253
Commit
196de253
authored
Jul 24, 2021
by
nreeves5
Browse files
Recommitting name labal change 3rd time, changing global username in git conf
parent
2ee9f71d
Pipeline
#1489
failed with stages
in 0 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/dotsandboxes/Main.java
View file @
196de253
...
...
@@ -16,7 +16,7 @@ public class Main extends Application {
primaryStage
.
setTitle
(
"Dots and Boxes"
);
// FIXME: Update this label to show your name and student number
Label
label
=
new
Label
(
"Name: Nathan Reeves
-
220188955"
);
Label
label
=
new
Label
(
"Name: Nathan Reeves 220188955"
);
BorderPane
borderPane
=
new
BorderPane
();
borderPane
.
setBottom
(
label
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment