Fix case of random button

This commit is contained in:
drdev
2014-01-18 01:21:37 +00:00
parent 092d3dac40
commit 8578e2a538

View File

@@ -84,7 +84,7 @@ public class FDeckChooser extends JPanel implements IDecksComboBoxListener {
lstDecks.setPool(Singletons.getModel().getDecks().getConstructed()); lstDecks.setPool(Singletons.getModel().getDecks().getConstructed());
lstDecks.update(); lstDecks.update();
getBtnRandom().setText("Random deck"); getBtnRandom().setText("Random Deck");
getBtnRandom().setCommand(new Command() { getBtnRandom().setCommand(new Command() {
@Override @Override
public void run() { public void run() {
@@ -149,7 +149,7 @@ public class FDeckChooser extends JPanel implements IDecksComboBoxListener {
lstDecks.setPool(decks); lstDecks.setPool(decks);
lstDecks.update(true); lstDecks.update(true);
getBtnRandom().setText("Random colors"); getBtnRandom().setText("Random Colors");
getBtnRandom().setCommand(new Command() { getBtnRandom().setCommand(new Command() {
@Override @Override
public void run() { public void run() {
@@ -183,7 +183,7 @@ public class FDeckChooser extends JPanel implements IDecksComboBoxListener {
lstDecks.setPool(decks); lstDecks.setPool(decks);
lstDecks.update(true); lstDecks.update(true);
getBtnRandom().setText("Random deck"); getBtnRandom().setText("Random Deck");
getBtnRandom().setCommand(new Command() { getBtnRandom().setCommand(new Command() {
@Override @Override
public void run() { public void run() {
@@ -205,7 +205,7 @@ public class FDeckChooser extends JPanel implements IDecksComboBoxListener {
lstDecks.setPool(decks); lstDecks.setPool(decks);
lstDecks.update(false, true); lstDecks.update(false, true);
getBtnRandom().setText("Random deck"); getBtnRandom().setText("Random Deck");
getBtnRandom().setCommand(new Command() { getBtnRandom().setCommand(new Command() {
@Override @Override
public void run() { public void run() {
@@ -242,7 +242,7 @@ public class FDeckChooser extends JPanel implements IDecksComboBoxListener {
lstDecks.setPool(decks); lstDecks.setPool(decks);
lstDecks.update(true); lstDecks.update(true);
getBtnRandom().setText("Random event"); getBtnRandom().setText("Random Deck");
getBtnRandom().setCommand(new Command() { getBtnRandom().setCommand(new Command() {
@Override @Override
public void run() { public void run() {