2016-10-06 12:08 GMT+02:00 Sanel Zukan <san...@gmail.com>:
> Cecil Westerhof <cldwester...@gmail.com> writes:
>> Two points:
>> When using:
>>     (seesaw/invoke-later
>> I get:
>>     Exception in thread "main" java.lang.RuntimeException: No such
>> namespace: seesaw
>>
>> What do I need to do to get rid of this?
>
>  (require '[seesaw.core :as seesaw])

I saw that I already had:
    (use 'seesaw.core)
and called:
    (invoke-later

So I changed your call also into (invoke-later. Is this OK, or is
there a reason to do it your way?


> No; this is OS specific and the only safe option is to manually draw
> frame titlebar and borders, handling all mouse/keyboard/DnD events by
> yourself.
>
> Other option is to go with frameworks that has this feature, like WebLaF
> (http://weblookandfeel.com/).

Well, for the moment I accept it then.

-- 
Cecil Westerhof

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to