문제

So, I was wondering how I would go about implementing a list of all the countries in the world, into my JavaForm.

As I don't want to sit and write out all the countries in the world, I would like to implement a outside list, but I can't find anywhere where I can actually find out how to implement a drop down list like this:

http://imgur.com/aHOnXpU

I came here therefore looking for some help. This is what my current GUI looks like, and then I would like a drop down menu to be beneath the country panel.

도움이 되었습니까?

해결책

You can implement this class and retrieve all the countries in the world. I also recommend you to use a auto suggestor in the country textfield.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top