Deck Editor: CardTableSelector. Done, but not in place yet: need to add buttons to add cards to deck and sideboard as well as switching between two card selectors.

This commit is contained in:
magenoxx 2011-05-11 09:41:54 +04:00
parent 6353ccce62
commit 539cf2552f
8 changed files with 1146 additions and 16 deletions

View file

@ -62,7 +62,7 @@ import mage.view.CardsView;
*
* @author BetaSteward_at_googlemail.com
*/
public class CardGrid extends javax.swing.JLayeredPane implements MouseListener {
public class CardGrid extends javax.swing.JLayeredPane implements MouseListener, ICardGrid {
protected CardEventSource cardEventSource = new CardEventSource();
protected BigCard bigCard;