Re: clojure.contrib.miglayout improved, + new old example

2009-06-01 Thread AlamedaMike
Thanks for contributing this. It will definitely shorten my learning curve with Mig. On May 31, 12:49 am, "Stephen C. Gilardi" wrote: > MiGLayout is a nice layout manager that works with Swing.   > clojure.contrib.miglayout provides a Clojure interface for it. > > I've enhanced clojure.contrib.

clojure.contrib.miglayout improved, + new old example

2009-05-31 Thread Stephen C. Gilardi
MiGLayout is a nice layout manager that works with Swing. clojure.contrib.miglayout provides a Clojure interface for it. I've enhanced clojure.contrib.miglayout with the ability to retrieve a map of components indexed by their "id" constraint (for those components that have one). This has n