Profligacy: Easier Swing GUI layouts with JRuby

In JRuby

Profligacy

Profligacy is a new library by Zed Shaw, the mastermind behind Mongrel:

Profligacy is a JRuby library that makes building Swing Graphical User Interface much easier than with raw code. It’s not a builder as with many other projects, but instead a simple Ruby way to structure the UI for the 80% common cases you’ll encounter.

Profligacy features some clever magic, such as LEL, a "Layout Expression Language" that lets you build layouts from basic ASCII representations.

Check out the official homepage and look at a whole collection of examples Zed has put together (as seen in the screenshot above).

Vaguely Related Posts (Usually)

3 Comment Responses to “Profligacy: Easier Swing GUI layouts with JRuby”

  1. #1
    Dr Nic Says:

    Very sexy.

  2. #2
    hub_cap Says:

    hardcore. Its gonna make iHate rock!

  3. #3
    sg_wong Says:

    Great work. I really like this.