Added Methods |
Spring height(Component )
|
Returns a spring whose minimum, preferred, maximum
and value properties are defined by the heights of the minimumSize,
preferredSize, maximumSize and size properties
of the supplied component. |
Spring scale(Spring, float)
|
Returns a spring whose minimum, preferred, maximum
and value properties are each multiples of the properties of the
argument spring, s . |
Spring width(Component )
|
Returns a spring whose minimum, preferred, maximum
and value properties are defined by the widths of the minimumSize,
preferredSize, maximumSize and size properties
of the supplied component. |