Remove buttons in DeckEditor

This commit is contained in:
magenoxx 2012-05-25 21:22:22 +04:00
parent fb6d7eac1f
commit 6bd53a856f
7 changed files with 143 additions and 54 deletions

View file

@ -37,6 +37,7 @@ package mage.client.deckeditor;
import mage.cards.decks.Deck;
import mage.client.cards.BigCard;
import mage.client.cards.CardsList;
import mage.client.util.Event;
import mage.client.util.Listener;
import mage.view.CardsView;
@ -113,6 +114,13 @@ public class DeckArea extends javax.swing.JPanel {
);
}// </editor-fold>//GEN-END:initComponents
public CardsList getDeckList() {
return deckList;
}
public CardsList getSideboardList() {
return sideboardList;
}
// Variables declaration - do not modify//GEN-BEGIN:variables
private mage.client.cards.CardsList deckList;