Documentation
If you have not yet looked at Getting Started, you may want to have a look at this first.
Screencast Tutorials
Login Demo 1 (also available in html)
We start off by creating a simple login window that validates a username and a password. We build the simplest possible controller to accomplish this.Login Demo 2 - with binding
Continuing with our login window, we do the same thing, but this time we demonstrate using property binding to create a hybrid model-controller.Login Demo 3 - separating concerns
We finalise the login window example by separating the model, view and controller, creating a unit-testable controller and model. Give yourself an MVC badge.Contacts browser
Diving into the deep end, we create a simple contacts editor which has master-detail view and supports editing.
Articles
MVC in GUIDE
A look at the model-view-controller pattern (MVC), it's derivatives and how to implement them in GUIDE.An in depth look at layout
A look at the concepts behind layout, the problems in Swing, and the best approach to solving them.