Hello all:
I have a comboBox component with different values like so:
1-10
11-19
ETC.
Depending on what value is chosen from the comboBox, a certain value needs to appear in the text area. Do I need to use a listener for this? If not, any input would be appreciated. Thanks!
JPearson311