I have two JComboBox components and a JLabel. The two combo boxes both contain Strings and the label is supposed to have the price added. My issue is that I can not figure out how to set int values to the combo box selections and then add those integerss and make them output on the label. So far it sticks at 0 and doesn't change. . T