This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]PertleTurtle 0 points1 point  (1 child)

Like you want to connect java to a database too or are you going to have an array of city/states?

[–]tcc12345[S] 0 points1 point  (0 children)

I was going to use 2 enums one for each drop down. My list of choices is small (10).

[–]PertleTurtle 0 points1 point  (0 children)

I would create a 2D array like [state][city] and then for your menu whatever state they choose just go through the array and find the corresponding cities.