Swing utility tasks

A utility class which collects common tasks can greatly reduce code duplication. This is especially true for Swing, where many elements of GUI construction are repetitive.

Example

The UiUtil class has a number of static methods for:


See Also :
Look and Feel guidelines
Layout Managers
Align menu items