fixed some match problems

This commit is contained in:
BetaSteward 2010-12-29 15:00:18 -05:00
parent 7b62bbd24d
commit e460b9af20
17 changed files with 46 additions and 40 deletions

View file

@ -79,14 +79,17 @@ public class GamePane extends MagePane {
public void showGame(UUID gameId, UUID playerId) {
gamePanel.showGame(gameId, playerId);
this.toFront();
}
public void watchGame(UUID gameId) {
gamePanel.watchGame(gameId);
this.toFront();
}
public void replayGame() {
gamePanel.replayGame();
this.toFront();
}
/** This method is called from within the constructor to