In your event listener, you need to swap the model for the JComboBox that you are needing to change the values for. Simply call the .setModel and provide it with a new ComboBoxModel object to display. If you use the DefaultComboBoxModel, you can provide it with an Object[] or a Vector to items.