SpringForm 6.0
Download
Free  

SpringForm 6.0

Free SpringLayout is a very flexible layout manager that can emulate many features
Rating
Your vote:
Latest version:
6.0.260 See all
Developer:
The Java(tm) Tutorial: Sun Microsystems, Inc.
Screenshots
1 / 1
Awards (1)
Show all awards
Software Informer Virus Free award
Download
Free  

The SpringLayout class was added in JDK version 1.4 to support layout in GUI builders. SpringLayout is a very flexible layout manager that can emulate many of the features of other layout managers. SpringLayout is, however, very low-level and as such you really should only use it with a GUI builder, rather than attempting to code a spring layout manager by hand
Spring layouts do their job by defining directional relationships, or constraints, between the edges of components. For example, you might define that the left edge of one component is a fixed distance (5 pixels, say) from the right edge of another component.

Comments

User

Your vote: