Skip to content

Instantly share code, notes, and snippets.

@daveray
Created December 7, 2012 18:17
Show Gist options
  • Save daveray/4235214 to your computer and use it in GitHub Desktop.
Save daveray/4235214 to your computer and use it in GitHub Desktop.
400th Seesaw watcher prize
; First, your Javadoc: http://docs.oracle.com/javase/6/docs/api/javax/swing/JFrame.html
; and next, your JLabels:
(ns seesaw-prize
(:require [seesaw.core :refer [label]]))
(def all-the-jlabels (map (comp label str) (range)))
; feel free to clojure.core/take as many as you need.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment