Note: Since Java 6 release, an updated version of this text, including the code samples, is available as part of the Swing trail of Java Tutorial:
How to Use GroupLayout, GroupLayout example
The first part of this article provided the theory behind GroupLayout. Now it's time to try it on a real example.
So let's create a layout for this
dialog:
A good way to analyze the layout is to use a...