Re: clojure-contrib build failure

2010-01-30 Thread enjoying the view
Hi, Same thing here. $ mvn -version Maven version: 2.0.9 Java version: 1.6.0_16 OS name: "linux" version: "2.6.28-17-generic" arch: "i386" Family: "unix" $ java -version java version "1.6.0_16" Java(TM) SE Runtime Environment (build 1.6.0_16-b01) Java HotSpot(TM) Client VM (build 14.2-b01, mixed m

My first clojure program - A swing app to display graphs

2010-05-10 Thread enjoying the view
Hi, Since everyone else seems to be getting such good advice from the pros on their first tries at Clojure, I thought I might as well take a chance and see what you guys have to say about my first try. It's a pretty simple application that I use to visually display graphs when I play with graph a

Re: My first clojure program - A swing app to display graphs

2010-05-22 Thread enjoying the view
Hey Meikel, Thank you for your suggestions! I changed the dereferencing and looked at swing-utils in contrib. It doesn't seem like there's a lot I can use straight, but I did get an idea to write a function add-component-listener, that I can use. Who's in charge of swing-utils? I just thought th