A C G M P R T V

M

Main - Class in <Unnamed>
Demo simple animation in Java, using a model-view-controller architecture.
Main() - Constructor for class Main
 
main(String[]) - Static method in class Main
Demo simple animation in Java.
Model - Class in <Unnamed>
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.
Model() - Constructor for class Model
Sets the initial data value to 0.

A C G M P R T V