Created
June 22, 2011 17:17
-
-
Save daveray/1040586 to your computer and use it in GitHub Desktop.
AWT ScrollPane with Seesaw
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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