forked from External/mage
Background for deck editor, the same as for table.
This commit is contained in:
parent
13e7826239
commit
fdfb7efa5f
6 changed files with 62 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue