The MIDlet loads and displays a pre-generated animated SVG image that contains rotating text on a changing background. The user can control playback and frame rate. The menu options include:
Play animation
Stop animation
Increase animation frame rate
Decrease animation frame rate
Exit the MIDlet
Figure: Animated SVG image
The MIDlet consists of the following classes:
SvgAnimatorMidlet—MIDlet main class, which sets up the UI and menu options and displays the SVG image
For information about implementing the MIDlet, see section Implementation.