*
*/
public Game() {
super("GameOfFoo");
setBackground(Color.BLACK);
guiModel = new GUIModel();
KeyboardFocusManager.getCurrentKeyboardFocusManager().addKeyEventDispatcher(new Event());
final TitleModel titleModel = new TitleModel(guiModel);
//final GameModel gameModel = new GameModel(guiModel);
guiModel.addObserver(this);