Merge pull request #3271 from spjspj/master

spjspj - Remove Tokens from Card Viewer - need to reorg the tokens fi…
This commit is contained in:
spjspj 2017-04-30 11:15:54 +10:00 committed by GitHub
commit 3f125db074
2 changed files with 4 additions and 8 deletions

View file

@ -146,13 +146,13 @@ public final class CollectionViewerPanel extends JPanel {
JLabel label4 = new JLabel("Show cards or tokens:");
label3.setAlignmentX(Component.LEFT_ALIGNMENT);
label3.setForeground(Color.white);
jPanel1.add(label4);
// spjspj - put back in after reorg of tokens -- jPanel1.add(label4);
JCheckBox cardsOrTokens = new JCheckBox("Display Cards");
cardsOrTokens.setSelected(true);
cardsOrTokens.setToolTipText("Select to show Cards or Tokens(and emblems) for the chosen set");
cardsOrTokens.addActionListener(e -> mageBook.cardsOrTokens(cardsOrTokens.isSelected()));
jPanel1.add(cardsOrTokens);
// spjspj - put back in after reorg of tokens -- jPanel1.add(cardsOrTokens);
formats.addActionListener(e -> {
if (mageBook != null) {