On Jan 27, 7:17 am, Mark Engelberg <[email protected]> wrote: > Topic idea: What is the most elegant way to write a GUI in Clojure? > (Swing? JavaFX?) Any great contrib libraries that make GUI programming > noticeably easier?
I have to mention MiGLayout (http://www.miglayout.com/) and its Clojure wrapper (http://richhickey.github.com/clojure-contrib/ #miglayout). Without MiGLayout, doing Swing GUIs is horrible. With it, it's fun! Best Regards, Joonas -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
