Re: improved gview - And questions about debugging

2009-02-11 Thread Timothy Pratley
On Jan 29, 10:36 am, kyle smith wrote: > I have improved on chouser'sgviewcode (http://blog.n01se.net/? > p=30).  It can now expand java.awt.Container objects. Just for kicks I've expanded to handle Exceptions http://groups.google.com/group/clojure/web/gview.clj user=> (gview/gview *e) Of cour

improved gview

2009-01-28 Thread kyle smith
I have improved on chouser's gview code (http://blog.n01se.net/? p=30). It can now expand java.awt.Container objects. I haven't implemented this, but it would be nice to pass in a function to filter leaves/nodes. (defn container? [obj] (instance? (. (java.awt.Container.) getClass) obj)) (ns