mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
3 color decks in deck generator color chooser.
This commit is contained in:
parent
a21ed8c30c
commit
caae384903
1 changed files with 12 additions and 0 deletions
|
|
@ -39,6 +39,18 @@ public class ColorsChooser extends JComboBox implements ListCellRenderer {
|
|||
model.addElement("gr");
|
||||
model.addElement("gw");
|
||||
model.addElement("rw");
|
||||
|
||||
model.addElement("bur");
|
||||
model.addElement("buw");
|
||||
model.addElement("bug");
|
||||
model.addElement("brg");
|
||||
model.addElement("brw");
|
||||
model.addElement("bgw");
|
||||
model.addElement("wur");
|
||||
model.addElement("wug");
|
||||
model.addElement("wrg");
|
||||
model.addElement("rgu");
|
||||
|
||||
setModel(model);
|
||||
setSelectedItem(colors);
|
||||
this.setFocusable(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue