On Thu, Apr 2, 2009 at 2:33 AM, Luke VanderHart
wrote:
>
> Ugh, I hate it when I make a fool of myself and realize the answer to
> a question 1 minute after posting it, even when wrestling with it for
> an hour beforehand...
>
> The reason the example doesn't work is that the method is of a
> dif
Ugh, I hate it when I make a fool of myself and realize the answer to
a question 1 minute after posting it, even when wrestling with it for
an hour beforehand...
The reason the example doesn't work is that the method is of a
different arity than the one I'm attempting to call.
Still doesn't expl
Isn't this supposed to work?
(defn create-layout []
(proxy [java.awt.LayoutManager] []
(addLayoutComponent [name comp]
(println "Called addLayoutComponent"))
(removeLayoutComponent [comp]
(println "Called removeLayoutComponent