Swing Framework

I’ve been working on a framework for real-world swing apps (business apps). While there are some existing forms libs, they are mostly layout managers. there aren’t many projects focusing on making real swing apps easy to write by taking care of moving data between objects and widgets, providing standard dialog templates, etc. I’m working on a framework that does those things. It is evolving with code I’m writing for a client, once it settles down a bit, I’ll open-source it. I’m also trying to incorporate as many swing best-practices as I’m can find. So far, I using trampolines, and ExceptionListeners to name a few.

Comments (1) to “Swing Framework”

  1. I’ve decided not to open source my framework in favor of SwingX and JDNC.