diff --git a/examples/example2.clj b/examples/example2.clj index fceb9ae..c060110 100644 --- a/examples/example2.clj +++ b/examples/example2.clj @@ -27,7 +27,7 @@ (defn setup [] "Runs once." - (size 200 200) +; (size 200 200) (smooth) (no-stroke) (fill 226) @@ -41,6 +41,5 @@ :draw draw :size [200 200]) -(run example2) - -;; (stop example2) \ No newline at end of file +;; (applet-stop example2) +;; (applet-close example2) \ No newline at end of file