kururu-abdo / tornado

0 stars 0 forks source link

IsoCountries #1

Open kururu-abdo opened 5 years ago

kururu-abdo commented 5 years ago

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