Java – a simple GUI toolkit for clojure
The length of this problem is which GUI toolkit creates a very simple UI and is easy to use clojure? Here are further details to narrow my question
I want to create a very simple GUI application running on windows without huge GUI design work
For example, our personnel department obtains insurance policies from some subscribers' suppliers and wants to review the information according to the local insurance application
I want to write these applications in clojure and use simple GUI packages
What is the simplest tool that clojure can use to create an original UI? Through the original UI, I mean like the old windows 3.1 (16 bit) modal dialog
Solution
How to use seesaw https://github.com/daveray/seesaw
This allows you to use the swing standard widget in clojure