Class Main

java.lang.Object
  extended by Main

public class Main
extends Object

Demo simple animation in Java, using a model-view-controller architecture.

Author:
David Mutchler. Created October 17, 2008.

Constructor Summary
Main()
           
 
Method Summary
static void main(String[] args)
          Demo simple animation in Java.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String[] args)
Demo simple animation in Java. Constructs a model, a view of the model, and a controller for the model. Constructs and displays a frame that contains the user interface and the view.

Parameters:
args - Command-line arguments (ignored here)