Class Main

java.lang.Object
  extended by Main

public class Main
extends Object

Displays the frame that holds the graphics.

Author:
David Mutchler. Created Mar 19, 2009.

Constructor Summary
Main()
           
 
Method Summary
static void main(String[] args)
          Displays the frame that holds the graphics.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String[] args)
Displays the frame that holds the graphics.

Parameters:
args - Command-line arguments, ignored here.