On Tue, May 12, 2009 at 8:43 AM, tarvydas
<tarvy...@visualframeworksinc.com>wrote:

>
> - Why does closing the test gui cause slime to stop?


Most likely because your app has  the default close operation to be
JFrame.EXIT_ON_CLOSE

Thus when you close the gui the JVM exits, which is the same JVM that slime
is using

Terry Hannant

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to