|
|
|
|
|
by jcdreads
5236 days ago
|
|
Anyone thinking of doing Swing programming (or, indeed, Swing programming at all) should check out the seesaw library: https://github.com/daveray/seesaw It makes a great deal of the pain of Swing syntax and boilerplate evaporate in a way that, importantly, feels very much like Clojure. It does this more elegantly than any other Swing wrapping library I've played with, which is a lot of them. |
|