### var contr= Locale.getISOCountries().map { Locale("",it) }
val glo=contr.mapEach { displayCountry }
var sel=SimpleStringProperty(glo.first())****
i hope to find library to find find a city or state according to selected coountry.
e.g when i select america the next combobox for city automatically generate US cities
hello Am using getISOCountries()
### var contr= Locale.getISOCountries().map { Locale("",it) } val glo=contr.mapEach { displayCountry } var sel=SimpleStringProperty(glo.first())****
i hope to find library to find find a city or state according to selected coountry. e.g when i select america the next combobox for city automatically generate US cities
@edvin