In swing, how do i show a menu depending on what was selected from another menu.
For example: Select Country drop down. This is followed by a State drop down, followed by city.
When a particular Country is selected, then show the states for that country. Also, when a state is selected, show the cities in the state.