(defn get-components "Returns a map from id to component for all components with an id" [^JComponent container] (.getClientProperty container ::components))
Comments top
No comments for get-components. Log in to add a comment.