eShopper
Class eShopper

java.lang.Object
  extended byeShopper.eShopper

public class eShopper
extends java.lang.Object

This is the executive part of the program. It gets everything going and leaves the GUI and data parts to do what they do.

Author:
Jim Laing.

Constructor Summary
eShopper()
          constructor
 
Method Summary
static void main(java.lang.String[] args)
          This is the main function for eShopper.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

eShopper

public eShopper()
constructor

Method Detail

main

public static void main(java.lang.String[] args)
This is the main function for eShopper. It starts up the main window, and that's it.

Parameters:
args - Command line arguments.