On Feb 2, 7:43 pm, Alexander Yakushev <yakushev.a...@gmail.com> wrote:
> Usage of the lib is very easy. Here is an example from my tetris game:
>
> (deflayout
>     frame (:border)
>     :WEST gamepanel
>     :EAST (deflayout
>                 sidepanel (:flow :TRAILING)
>                 nextpanel
>                 (JButton. "Exit")))
>

I haven't done any Swing programming in Clojure yet but this looks
really cool. It looks much nicer than the standard Java API I
struggled with a few years ago.

Saul

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to