becker.xtras.comboLock
Class ComboLockGUI

java.lang.Object
  extended by becker.xtras.comboLock.ComboLockGUI

public class ComboLockGUI
extends Object

A graphical user interface (GUI) for a combination lock. It is designed to be used with a student-written class that implements IComboLock.

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

Author:
Byron Weber Becker

Constructor Summary
ComboLockGUI(IComboLock aLock)
          Construct a user interface to display the state of a combination lock object.
 
Method Summary
 void updateView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComboLockGUI

public ComboLockGUI(IComboLock aLock)
Construct a user interface to display the state of a combination lock object.

Parameters:
aLock - the combination lock object to display.
Method Detail

updateView

public void updateView()