Simple Abstract Action
private class SimpleAbstractAction(val myActionPerformed: (ActionEvent?) -> Unit) : AbstractAction(source)
An AbstractAction that uses myActionPerformed as the implementation of its actionPerformed method.
Parameters
my Action Performed
the code to execute in actionPerformed