Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

190 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"])

About

A wrapper for Swing aiming to provide more concise syntax and extra functionality. Still in heavy development, syntax may change radically.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors