You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2022. It is now read-only.
szywon edited this page Nov 27, 2012
·
9 revisions
GUI FTW is declarative GUI library for Clojure. You can mix with
any client GUI toolkit such as Swing and SWT (those two are supported,
but it's easy to add more (as easy as writing one simple function)).
Being declarative means that you don't create your GUI by hand
instantating widgets and setting their properties with setXxx(value)
anymore. GUI FTW! is there to hide that boilerplate from you.