Add an action listener to the first JComboBox. This is called when a user makes a choice. In the actionPerformed method, clear all items from the second JComboBox (removeAllItems method), then add...