I have three JComboBoxes; and based on the 1st and 2nd JComboBoxes, the 3rd JComboBox should
show different values. I was able to get the values on the 3rd JComboBox, but for some reason it appends the values with the previous selection. For example,
JCombo1 - A, B, C, D, E, F
JCombo2 - A1, A2, A3, A4, A5
JCombo3 - AA1, AA2, AA3, AA4, AA5
Please help.