Helper functions and probably a wrapper to simplify usage of JavaFX in Clojure. This is meant to be used with Java 8. If you add JavaFX 2.2 to your classpath it might still work, but that isn't tested. [This Project On GitHub](https://www.github.com/zilti/clojurefx) **Installation: `[clojurefx "0.0.10"]`** Navigation ---------- * <a href="#contentcreation">Content creation / the 'fx' macro</a> * <a href="#contentmodification">Content modification / the 'swap-content!' macro</a> * <a href="#databinding">Data binding / the 'bind-property!'/'bidirectional-bind-property!' macros</a> * <a href="#events">Event handling / the 'set-listener!' macro</a>
[clojurefx "0.0.10"]
clojurefx/clojurefx {:mvn/version "0.0.10"}
implementation("clojurefx:clojurefx:0.0.10")
<dependency> <groupId>clojurefx</groupId> <artifactId>clojurefx</artifactId> <version>0.0.10</version> </dependency>
Want to display the latest version of your project on GitHub? Use the markdown code below!
If you want to include pre-releases and snapshots, use the following markdown code: