(defmacro label [caption & {obj :for :as opts}] `(let [l# (JLabel. ~caption)] (doto l# ~@(if obj [`(.setLabelFor ~obj)]) ~@(icon-setters [:icon :disabled-icon] opts) ~@(auto-setters JLabel [:for] opts))))
Comments top
No comments for label. Log in to add a comment.