java swing setting JcomboBox to value code example Example: set jcombobox index java int i = 2; JComboBox.setSelectedIndex(i);