I've created a JComboBox
and when I choose an option from the combo box I want to add another combo box (for choosing more specific details) for the selected option. Is this possible?
I've tried creating another JComboBox
in the original combo box's actionPerformed
class, but I didn't solve the problem.
The result should look something like this: