Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
idatt1002_2023_9
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Kluge Svendsrud
idatt1002_2023_9
Commits
b2b58742
Commit
b2b58742
authored
1 year ago
by
Harry Linrui XU
Browse files
Options
Downloads
Patches
Plain Diff
Renamed method to switchScene
parent
30bde2a4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!43
Merging frontend-testing into master
Pipeline
#215973
passed
1 year ago
Stage: build
Stage: test
Stage: package
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/resources/Budget/Budget.budget
+0
-1
0 additions, 1 deletion
src/main/resources/Budget/Budget.budget
src/main/resources/view/IncomeAndExpenses.fxml
+1
-1
1 addition, 1 deletion
src/main/resources/view/IncomeAndExpenses.fxml
with
1 addition
and
2 deletions
src/main/resources/Budget/Budget.budget
+
0
−
1
View file @
b2b58742
budgetPeriod=31
maxAmount=1000.0
budgetAmount=500.0
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/view/IncomeAndExpenses.fxml
+
1
−
1
View file @
b2b58742
...
...
@@ -54,7 +54,7 @@
<left>
<Pane
prefWidth=
"175.0"
BorderPane.alignment=
"CENTER"
>
<children>
<Button
fx:id=
"returnBtn"
alignment=
"CENTER"
layoutX=
"-2.0"
layoutY=
"58.0"
mnemonicParsing=
"false"
onAction=
"#
returnToMainMenu
"
text=
"Return to Main Menu"
>
<Button
fx:id=
"returnBtn"
alignment=
"CENTER"
layoutX=
"-2.0"
layoutY=
"58.0"
mnemonicParsing=
"false"
onAction=
"#
switchScene
"
text=
"Return to Main Menu"
>
<font>
<Font
name=
"Lucida Console"
size=
"14.0"
/>
</font>
...
...
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