So I'm looking for a way to check if the certain value of a JComboBox is selected.

I've tried event.getSource() == comboBox.getSelectedItem()

But it's not going to work since I don't specify...