Class BingoNumbersView

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

public class BingoNumbersView
extends DisplayPanel

View for bingo numbers called in a game.

See Also:
Serialized Form

Field Summary
protected  BingoNumbers model
          Data model for this.
 
Constructor Summary
BingoNumbersView(BingoNumbers aModel)
          Constructs a view for the given data model.
 
Method Summary
protected  void paintComponent(Graphics g)
          Paints this to the given graphics context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

protected BingoNumbers model
Data model for this.

Constructor Detail

BingoNumbersView

public BingoNumbersView(BingoNumbers aModel)
Constructs a view for the given data model.

Parameters:
aModel - data model for the view
Method Detail

paintComponent

protected void paintComponent(Graphics g)
Paints this to the given graphics context.

Parameters:
g - context to which to paint