spjspj - Shorten names of buttons. (#2472)

* spjspj - Do a count for supertypes and subtypes of all implemented cards.
This commit is contained in:
spjspj 2016-10-16 22:12:27 +11:00 committed by GitHub
parent f5fb2c0b19
commit 85346708bf
2 changed files with 60 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();