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
c74de966
Commit
c74de966
authored
Jul 24, 2021
by
=
Browse files
Committing name label change
parent
1725f797
Pipeline
#1486
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
c74de966
# This file tells git what files to "ignore"
# Typically, these are all the generated files (as we only commit source code, not binary output)
.gradle/
.idea/
build/
# This file tells git what files to "ignore"
# Typically, these are all the generated files (as we only commit source code, not binary output)
.gradle/
.idea/
build/
src/main/java/dotsandboxes/Main.java
View file @
c74de966
...
...
@@ -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:
(Your name and student number goes here)
"
);
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