add Combo Action Listener
fun addComboActionListener(action: JComboBox<SelectionType>.(ActionEvent) -> Unit)
Content copied to clipboard
Add an ActionListener to the combo.
Parameters
action
The JComboBox action called from combo that accepts the ActionEvent that has occurred.