We use NetBeans' matisse designer for static form layout, and we hook  
up the components' behaviour using clojure.  This is pretty easy,  
especially if you configure matisse to expose the components in a form  
by creating them with 'public final' visibility, thereby making them a  
(.componentName component) call away.

- Chas

On Aug 4, 2009, at 10:33 PM, Joe Van Dyk wrote:

>
> Hey,
>
> New to Java and Clojure.  My possibly relevant experience is with Gtk
> and Ruby and C++ programming.
>
> I'd like to develop a GUI in Clojure.  I'm guessing I want to use
> Swing.  This application will be targeted towards scientists who are
> used to working with the most horribly-designed Tk UI known to man, so
> I'm sure they will be fine with Swing.
>
> So, where's the best place to start?
>
> What I've been doing:
>
> - Watched the peepcode
> - Working my way through Stuart's book
> - Playing with netbean's GUI designer
>
> Is it possible to use the netbean designer and clojure at the same
> time?  What's the best way of doing that?  I'm used to writing GUIs in
> C++, would Clojure have a drastically different approach (as far as
> application logic and event handling)?
>
> >


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to