My idea was to make a JComboBox whose values were updated according to the options of the previous ComboBox.
I'm using multiple ArrayLists.
For example, a ComboBox with the option of January and February ... If you choose January in the first ComboBox, the second will only have January events.
My screen: