Class Summary |
AnimationFrame |
A frame that contains a button that pauses/resumes the animated view
of the model and a panel that displays the animated view. |
Controller |
The class that manages the model and the view. |
Main |
Demo simple animation in Java, using a model-view-controller architecture. |
Model |
The class that "represents the information (the data) of the application
and the business rules used to manipulate the data." [Wikipedia]
This model is a trivial model - just a number that goes up or down
randomly over time. |
View |
The class that represents a view of the model. |