This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Swing with Style
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
This video explains how to implement consistent Swing applications in a comprehensible and clearly arranged way. We show detailed sources for a contact editor example and discuss a bunch of tips.
The presented implementation style is applicable for the popular desktop patterns “Model-View-Presenter” and “Presentation Model” and variants; it can be used with or without visual editor, with different binding approaches and component creation mechanisms, as well as different layout techniques. It can be ported to other toolkits such as JavaFX, the SWT and even to other environments, e.g. the GWT.
Video ...