fixed the package of the resources

master
Abhinav Sarkar 2010-09-02 00:49:34 +05:30
parent d8f2671e41
commit f2b0fd908d
6 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 748 B

After

Width:  |  Height:  |  Size: 748 B

View File

@ -22,7 +22,7 @@
(defn adjectives []
(->> adjective-files
(map #(str "clj_twitter_adjectives/adjectives/" % ".txt"))
(map #(str "clj_twitter_feelings/adjectives/" % ".txt"))
(map resource)
(reduce
(fn [acc ^java.net.URL url]

View File

@ -198,7 +198,7 @@
(.setRange 0.0 100.0))
(doto frame
(.setIconImage
(ImageIO/read (resource "clj_twitter_adjectives/favicon.jpg")))
(ImageIO/read (resource "clj_twitter_feelings/favicon.jpg")))
(.setDefaultCloseOperation WindowConstants/EXIT_ON_CLOSE)
(.setResizable false)
(.setContentPane