becker.xtras.jotto
Class JottoGUI

java.lang.Object
  extended by becker.xtras.jotto.JottoGUI

public class JottoGUI
extends Object

A graphical user interface for the game of Jotto.

Author:
Byron Weber Becker

Constructor Summary
JottoGUI(JottoModel jModel)
          Construct a graphical user interface for Jotto.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JottoGUI

public JottoGUI(JottoModel jModel)
Construct a graphical user interface for Jotto.

Parameters:
jModel - The model with the "rules" for the game.