Created
December 7, 2012 18:17
-
-
Save daveray/4235214 to your computer and use it in GitHub Desktop.
400th Seesaw watcher prize
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
; 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