mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
spjspj - Do a count for supertypes and subtypes of all implemented cards.
This commit is contained in:
parent
391bf4bfc3
commit
6029cbfd8d
2 changed files with 59 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue