addComboActionListener

fun addComboActionListener(action: JComboBox<SelectionType>.(ActionEvent) -> Unit)

Add an ActionListener to the combo.

Parameters

action

The JComboBox action called from combo that accepts the ActionEvent that has occurred.