forked from External/mage
Added Innistrad block option to deck generator
This commit is contained in:
parent
d75af7c14e
commit
7740143e07
2 changed files with 11 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue