Skip to content

Instantly share code, notes, and snippets.

@remleduff
Created May 2, 2010 21:01
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 remleduff/387448 to your computer and use it in GitHub Desktop.
Save remleduff/387448 to your computer and use it in GitHub Desktop.
(doto (javax.swing.JFrame.)
(.setSize 100 100)
(.addKeyListener (proxy [java.awt.event.KeyAdapter] [] (keyPressed [e] (println "hello"))))
(.setVisible true))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment