Sun's Java UI toolkit, Swing, was a great idea, though of course it's taken a long time to come even close to its original ideals: a powerful, attractive, full-fledged windowing toolkit independent of ...
Can someone point me to the Right Way(tm) to build production GUIs with Swing?<BR><BR>All the source code examples, books, seem to put every stitch of GUI code into a class which extends JFrame. This ...