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

@ -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() {