I would rather go for clojurefx, it is a bit premature, but it does work and saves you time.
I started my GUI with seesaw and then tried another component in clojurefx.
I have finished both, and I am convinced that I am going to refactor the seesaw one to clojurefx.
After all, JavaFX is the way to go forward.
It feels lighter than seesaw. Or at least, writing it..
Bindings work, listeners work, most of the component work, otherwise, just use one of the macros to create a constructor for that particular case and job done. Or, if you find it difficult, write some methods in Java and ask for help to improve clojurefx.
The guy who wrote clojurefx is busy at the moment, but you can fork the project and do some fixes.