Notes:
The answer is NOT clojurescript. I want the code in Clojure, not ClojureScript.
Context:
I like the CSS / DOM model for user interfaces more than I like Java Graphics2D.
Question:
Is there any way / some project that embeds WebKit in a Java application? I would like to be able to code in Java, but also have the ability to have a graphical interface that I can control / manipulate with CSS / DOM.
Thank!
source
share