proj2
Class Project2

java.lang.Object
  extended by proj2.Project2

public class Project2
extends java.lang.Object

The GUI for the Snack Machine project.

This class is provided for you — you must not change it.

Version:
3/6/2011
Author:
Dennis Frey (10/7/2008), Susan M. Mitchell (10/19/2010), Daniel J. Hood (3/6/2011)

Constructor Summary
Project2()
          The sole constructor for the Project2 class.
 
Method Summary
static void main(java.lang.String[] args)
          The entry point for this assignment
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Project2

public Project2()
The sole constructor for the Project2 class. Creates an instance of the GUI and runs it.

Method Detail

main

public static void main(java.lang.String[] args)
The entry point for this assignment

Parameters:
args - no command line arguments.