3 color decks in deck generator color chooser.

This commit is contained in:
magenoxx 2010-12-21 15:23:07 +03:00
parent a21ed8c30c
commit caae384903

View file

@ -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);