Background for deck editor, the same as for table.

This commit is contained in:
magenoxx 2010-12-03 16:27:25 +00:00
parent 13e7826239
commit fdfb7efa5f
6 changed files with 62 additions and 2 deletions

View file

@ -70,6 +70,7 @@ public class CardGrid extends javax.swing.JLayeredPane implements MouseListener
public CardGrid() {
initComponents();
setOpaque(false);
}
public void loadCards(CardsView showCards, BigCard bigCard, UUID gameId) {