The clj.swing library contains functions for the creation of Java Swing user interfaces with clojure.
It wraps many components and methods form java.awt and javax.swing packages and is capable of creating complex swing user interfaces. It also wraps MigLayout for creating easy layouts.
For an example application with a UI build with clj.swing see Annuity, an application to calculate annuity credits/loans.
Add the dependency:
© 2011-2023 Ludger Solbach
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close