Example usage for Java javax.swing Box.Filler fields, constructors, methods, implement or subclass
The text is from its open source code.
Filler(Dimension min, Dimension pref, Dimension max) Constructor to create shape with the given size ranges. |
void | addComponentListener(ComponentListener l) Adds the specified component listener to receive component events from this component. |
void | setName(String name) Sets the name of the component to the specified string. |