Assignment
Reading
Liang Chapter 15
Moodle: Forms, Events, and Animation
JavaFX Application - RunningMan
Create a JavaFX application named RunningMan.java to animate a man running laps. The man should run from left to right until the edge of the window is reached. The man should then begin running in the opposite direction.
There are 12 images that you should download from Moodle for the application. There are 6 images of the man running to the right and 6 running to the left.
The image dimensions are 132 X 107
Display a lap counter
Use buttons to start and stop the animation
Name the Java Class: RunningMan