Class MainClassTemplate

java.lang.Object
  extended by MainClassTemplate

public class MainClassTemplate
extends java.lang.Object

Lab (or Programming Project) X: Name of Lab or PP
The MainClassTemplate class provides a main method for a program that does X.

Version:
[last_modification_date]
Author:
[your name], [your partner's name], [with assistance from ... (including instructor/TAs)], [working side-by-side with ...]

Constructor Summary
MainClassTemplate()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main function initiates execution of this program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainClassTemplate

public MainClassTemplate()
Method Detail

main

public static void main(java.lang.String[] args)
The main function initiates execution of this program.

Parameters:
String[] - args not used in this program (but main methods always need this parameter)