- First of all, my lein repl hangs each time I reload a namespace that uses seesaw.core. Not when I first load it (load-file "blah...blah"), but when I reload it after some changes...this is really a problem as I need to kill/restart leiningen after every change in the code! This completely defeats the purpose of dynamic compilation...
- Secondly, whenever I was designing UIs in clojure I quite liked the ability to change the frame (e.g. resizing) dynamically from the repl while changes are immediately shown on screen...That saves a lot of time when experimenting. Now, the 'frame' function of seesaw does not exactly return a JFrame but a proxied version on to which, apparently, I cannot call (.setSize f 500 500) directly...I am suspecting there must be some easy way to get around that yes?
are you 'using' or 'requiring' seesaw.core in your projects?
the same thing happens (repl hangs) when i cose my frame and try to open
up a new one! this is weird yes?