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
|
|
@ -46,6 +46,9 @@ public class DeckArea extends javax.swing.JPanel {
|
|||
/** Creates new form DeckArea */
|
||||
public DeckArea() {
|
||||
initComponents();
|
||||
jSplitPane1.setOpaque(false);
|
||||
deckList.setOpaque(false);
|
||||
sideboardList.setOpaque(false);
|
||||
}
|
||||
|
||||
public CardsList getDeckList() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue