On Mon, Nov 24, 2008 at 7:24 AM, JonathanMeeks <[EMAIL PROTECTED]> wrote:
>
> If this is the incorrect forum to post this please point me in the
> correct direction...
>
> On http://clojure.org/jvm_hosted
>
> The celsius defn has a doto with incorrect syntax. Shouldn't
>
> (doto frame
>
If this is the incorrect forum to post this please point me in the
correct direction...
On http://clojure.org/jvm_hosted
The celsius defn has a doto with incorrect syntax. Shouldn't
(doto frame
(setLayout (new GridLayout 2 2 3 3))
...)
be
(doto frame