Hey,
I'm trying to work to display a number of jtextfield according to one of the given values in a combobox.
So, I will have a drop down menu with let's say 1 to 4. If the user selects 3, 3 textfields will be displayed.
I've created the jcombobox with a selection of numbers. But I'm sure how to implement this. If I'm not mistaken I need to use
ItemEvent.SELECTED
Any help would be greatly appreciated.