spjspj - Do a count for supertypes and subtypes of all implemented cards.

This commit is contained in:
spjspj 2016-10-16 22:03:20 +11:00
parent 391bf4bfc3
commit 6029cbfd8d
2 changed files with 59 additions and 2 deletions

View file

@ -744,8 +744,8 @@ public class DragCardGrid extends JPanel implements DragCardSource, DragCardTarg
sortButton = new JButton("Sort");
filterButton = new JButton("Filter");
visibilityButton = new JButton("Visibility");
selectByButton = new JButton("Select By ..");
analyseButton = new JButton("Analyse Mana");
selectByButton = new JButton("Select By");
analyseButton = new JButton("Mana");
// Name and count label
deckNameAndCountLabel = new JLabel();