Project: auction
Aothors: David J. Barnes and Michael Kolling

This project is part of the material for chapter 4 of the book

   Objects First with Java - A Practical Introduction using BlueJ
   David J. Barnes and Michael Kolling
   Pearson Education, 2002


Purpose of project: To demonstrate collections of objects
Version: 2001.05.31
How to start this project:
    Create an Auction object.
    Enter a few lots via its enterLot method. Only String
    descriptions of the lots are required.
    Create one or more Person objects to represent bidders.
    Show the lots and select one to bid for.
    Get the required Lot onto the object bench.
    Enter a bid for the lot, passing the Person who is
    bidding to the bidFor method.
    