Goals of this project

This project contains some add-on bindings to jruby Swing.

It is thus only really useful for jruby; and even there it is very incomplete. Mega-beta quality, at best. I do not recommend anyone to use this project as of yet.

Simplified quitting

Use the following method to quit easily:

do_quit

For instance, a quit button:

quit_button.on_clicked {
  do_quit
}