Added Innistrad block option to deck generator

This commit is contained in:
magenoxx 2012-05-07 08:41:12 +04:00
parent d75af7c14e
commit 7740143e07
2 changed files with 11 additions and 2 deletions

View file

@ -74,7 +74,7 @@ public class DeckGenerator {
JPanel jPanel = new JPanel();
JLabel text3 = new JLabel("Choose format:");
formats = new JComboBox(ConstructedFormats.getTypes());
formats.setSelectedIndex(3);
formats.setSelectedIndex(0);
formats.setPreferredSize(new Dimension(100, 25));
formats.setMaximumSize(new Dimension(100, 25));
formats.setAlignmentX(Component.LEFT_ALIGNMENT);