Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FinalJavafx_cpsc219
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container 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
Sultan Alzoghaibi
FinalJavafx_cpsc219
Commits
6e2c4607
Commit
6e2c4607
authored
7 months ago
by
Min Oh
Browse files
Options
Downloads
Patches
Plain Diff
Miscellaneous
parent
69473ba8
Branches
main
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/com/example/final_javafx_cpsc219/HelloController.java
+2
-2
2 additions, 2 deletions
...ava/com/example/final_javafx_cpsc219/HelloController.java
with
2 additions
and
2 deletions
src/main/java/com/example/final_javafx_cpsc219/HelloController.java
+
2
−
2
View file @
6e2c4607
...
...
@@ -20,8 +20,8 @@ public class HelloController {
@FXML
public
void
selectRegularMode
(
ActionEvent
event
)
{
try
{
// Load the next scene (start
2
.fxml)
FXMLLoader
loader
=
new
FXMLLoader
(
getClass
().
getResource
(
"start
2
.fxml"
));
// Load the next scene (start
1
.fxml)
FXMLLoader
loader
=
new
FXMLLoader
(
getClass
().
getResource
(
"start
1
.fxml"
));
Parent
root
=
loader
.
load
();
// Load the new root for the next scene
// Set the new scene on the primaryStage
...
...
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