Skip to content

Instantly share code, notes, and snippets.

@tskardal
Created June 4, 2014 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tskardal/e189daf48e971e2a3197 to your computer and use it in GitHub Desktop.
Save tskardal/e189daf48e971e2a3197 to your computer and use it in GitHub Desktop.
(defn add-buttons [panel game]
(for [x (range 0 (:width game))
y (range 0 (:height game))]
(doto panel
(.add (JButton. "yay button")))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment