forked from External/mage
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:
parent
6353ccce62
commit
539cf2552f
8 changed files with 1146 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue