(defmacro add-action-listener [obj [[event] & code]] `(add-listener ~obj .addActionListener ActionListener (actionPerformed [~event] ~@code)))
Comments top
No comments for add-action-listener. Log in to add a comment.