Clojure GUI library, based on Swing. See the project wiki for details on how to use it.
If you are using leiningen, add the following dependency to your
project.clj:
[clarity "0.5.1"]
Example of the form facilities:
(show-dialog
(form [:header "The form"]
[:text "Please fill in the **entire** form." :rich]
:first-name ""
:surname ""
:gender ["male" "female" "other"])
["OK" "Cancel"])