For those of you complaining about the Swing LAF, learn to use the
UIManager class :)

(defn set-laf!
  [laf-name]
  (javax.swing.UIManager/setLookAndFeel laf-name))

On May 27, 7:51 pm, Armando Blancas <armando_blan...@yahoo.com> wrote:
> > Remember, the actual API won't matter - that will be completely
> > abstracted away. So try to focus on the framework's look and feel.
> > Thanks!
> > -Luke
>
> SWT, because of the native look and feel. I really don't like the
> looks of Swing. As a user of some Swing app, I don't find solace from
> thinking how convenient it was for the programmers to deliver that
> thing to me. As a developer, dealing with the packaging/deployment
> just comes with the job and the results, I think, are well worth the
> effort.

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