forked from External/mage
Add land dialog is now also shown during free deck building. Added a set selection drop down box to select the set the lands are used from.
This commit is contained in:
parent
1456e0172c
commit
3b9cb1dc6e
4 changed files with 161 additions and 95 deletions
|
|
@ -78,7 +78,7 @@ public class ColorsChooser extends JComboBox implements ListCellRenderer {
|
|||
}
|
||||
|
||||
private void drawOn(JPanel panel, String value) {
|
||||
List<Image> images = new ArrayList<Image>();
|
||||
List<Image> images = new ArrayList<>();
|
||||
value = value.toUpperCase();
|
||||
for (int i = 0; i < value.length(); i++) {
|
||||
char symbol = value.charAt(i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue