forked from External/mage
UI: fixed inner country combobox data types;
This commit is contained in:
parent
800c0d20fc
commit
17bed090f0
3 changed files with 33 additions and 36 deletions
|
|
@ -737,8 +737,8 @@ public class ConnectDialog extends MageDialog {
|
|||
}//GEN-LAST:event_btnFlagSearchActionPerformed
|
||||
|
||||
private void doFastFlagSearch(){
|
||||
Choice choice = new ChoiceImpl(false);
|
||||
|
||||
Choice choice = new ChoiceImpl(false);
|
||||
|
||||
Map<String, String> choiceItems = new LinkedHashMap<>();
|
||||
DefaultComboBoxModel flagModel = (DefaultComboBoxModel)cbFlag.getModel();
|
||||
String[] flagItem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue