(defn icon-setters [names opts] (if opts (remove nil? (map (fn [name] (when-let [icon (opts name)] `(. ~(kw-to-setter name) (.getImage (ImageIcon. ~icon))))) names))))
Comments top
No comments for icon-setters. Log in to add a comment.