I know SpringLayout
is intended to be used by GUI builders, but this layout is useful when a developer wants to create a form-like layout. And the SpringUtilities
utility class makes manual coding with the layout manager much easier.
So, why isn't this part of the core Java library yet? Just curious...