becker.xtras.tollBooth
Class TollBoothGUI

java.lang.Object
  extended by becker.xtras.tollBooth.TollBoothGUI

public class TollBoothGUI
extends Object

A graphical user interface to simulate a highway toll booth. It is designed to be used with an instance of a student-written class that implements ITollBooth.

Please see the package description for a more in-depth discussion of using this class.

Author:
Byron Weber Becker

Constructor Summary
TollBoothGUI(ITollBooth model)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TollBoothGUI

public TollBoothGUI(ITollBooth model)