Created
March 5, 2009 17:40
-
-
Save keithrbennett/74451 to your computer and use it in GitHub Desktop.
This file contains 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
(def clear-action (proxy [AbstractAction] ["Clear"] | |
actionPerformed [event] | |
(. fahr-text-field setText "") | |
(. cels-text-field setText "") | |
)) | |
java.lang.UnsupportedOperationException: nth not supported on this type: Symbol (FrameInClojure.clj:71) | |
error: | |
java.lang.UnsupportedOperationException: nth not supported on this type: Symbol |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment