Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FirefighterStarter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
COUETOUX Basile
FirefighterStarter
Merge requests
!2
Simple
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Simple
alaboure/firefighter-template:simple
into
main
Overview
1
Commits
17
Pipelines
1
Changes
3
Merged
COUETOUX Basile
requested to merge
alaboure/firefighter-template:simple
into
main
8 months ago
Overview
1
Commits
17
Pipelines
1
Changes
3
0
0
Merge request reports
Viewing commit
dcb00a3f
Prev
Next
Show latest version
3 files
+
8
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
dcb00a3f
added one step button
· dcb00a3f
LABOUREL Arnaud
authored
1 year ago
src/main/java/controller/Controller.java
+
4
−
2
View file @ dcb00a3f
Edit in single-file editor
Open in Web IDE
Show full file
@@ -27,8 +27,6 @@ public class Controller {
public
static
final
int
PERIOD_IN_MILLISECONDS
=
50
;
@FXML
private
Button
restartButton
;
@FXML
private
ToggleButton
pauseToggleButton
;
@FXML
private
ToggleButton
playToggleButton
;
@@ -123,4 +121,8 @@ public class Controller {
repaintBoard
();
}
public
void
oneStepButtonAction
(
ActionEvent
actionEvent
)
{
this
.
pause
();
updateBoard
();
}
}
\ No newline at end of file
Loading