Class BingoGameView

java.lang.Object
  |
  +--DisplayPanel
        |
        +--BingoGameView

public class BingoGameView
extends DisplayPanel

A bingo game between the computer and another player.

See Also:
Serialized Form

Constructor Summary
BingoGameView()
          Constructs a bingo game.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BingoGameView

public BingoGameView()
Constructs a bingo game.