Skip to content

Instantly share code, notes, and snippets.

@daveray
Created June 22, 2011 17:17
Show Gist options
  • Save daveray/1040586 to your computer and use it in GitHub Desktop.
Save daveray/1040586 to your computer and use it in GitHub Desktop.
AWT ScrollPane with Seesaw
(defn heavy-scrollable [target]
(doto (java.awt.ScrollPanel.)
(.add target)))
(show! (frame :content (heavy-scrollable (... make a PApplet))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment