Re: A problem on java class import

2010-07-06 Thread Cachou
I thought my problem again. The import code is unavoidable. the clj- imports script is really help :-) On Jul 7, 6:17 am, Timothy Pratley wrote: > This works great for looking up > classes:http://dishevelled.net/Generating-Clojure-import-lines-using-SLIME.html >

Re: A problem on java class import

2010-07-06 Thread Timothy Pratley
This works great for looking up classes: http://dishevelled.net/Generating-Clojure-import-lines-using-SLIME.html You can just call the function from the REPL if you don't use SLIME Hope that helps

A problem on java class import

2010-07-06 Thread Cachou
I write a swing wrapper for fun. http://gist.github.com/465370 It work well. (eg. http://gist.github.com/465323, http://java.sun.com/docs/books/tutorial/uiswing/components/button.html ButtonDemo example) But there is a small problem troubling me. I must import the Event Listener where I use my