Skip to content

Instantly share code, notes, and snippets.

@zerg000000
Created February 23, 2013 14:27
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 zerg000000/5019957 to your computer and use it in GitHub Desktop.
Save zerg000000/5019957 to your computer and use it in GitHub Desktop.
(-> (frame :title "Why Swing, why?"
:on-close :exit
:content (label :text "Hiya"
:border 5
:background "#888"
:foreground :blue))
pack!
show!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment