JavaFX Application - RunningMan

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. Running from left to right    Running from right to left 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 Extra Credit •    Display a lap counter •    Use buttons to start and stop the animation Name the Java Class:  RunningMan