changes to support multiplayer

This commit is contained in:
BetaSteward 2010-05-17 03:19:06 +00:00
parent 79dbfca2ff
commit 805f20264e
53 changed files with 1266 additions and 458 deletions

View file

@ -61,11 +61,11 @@ public class ExileZoneDialog extends MageDialog {
cards.loadCards(exile, bigCard, gameId);
if (getParent() != MageFrame.getDesktop() || this.isClosed)
MageFrame.getDesktop().add(this, JLayeredPane.POPUP_LAYER);
try {
this.setIcon(false);
} catch (PropertyVetoException ex) {
Logger.getLogger(ShowCardsDialog.class.getName()).log(Level.SEVERE, null, ex);
}
// try {
// this.setIcon(false);
// } catch (PropertyVetoException ex) {
// Logger.getLogger(ShowCardsDialog.class.getName()).log(Level.SEVERE, null, ex);
// }
}
this.setVisible(exile.size() > 0);
}