(defn open-url-in-swing "Opens url (a string) in a Swing window." [url] ; the implementation of this function resides in another namespace to be loaded "on demand" ; this fixes a bug on mac os x where requiring repl-utils turns the process into a GUI app ; see http://code.google.com/p/clojure-contrib/issues/detail?id=32 (require 'clojure.contrib.javadoc.browse-ui) ((find-var 'clojure.contrib.javadoc.browse-ui/open-url-in-swing) url))
Comments top
No comments for open-url-in-swing. Log in to add a comment.