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
Jason Aboh
Cosc220 Assessment 2 Jason Aboh
Commits
21343e09
Commit
21343e09
authored
Jul 22, 2021
by
Jason Aboh
💬
Browse files
Updated label to show Student name and number as instructed
parent
53fceabc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/dotsandboxes/Main.java
View file @
21343e09
...
...
@@ -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:
Jason Aboh 220230322
"
);
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