Java javax.swing Box.Filler fields, constructors, methods, implement or subclass

Example usage for Java javax.swing Box.Filler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing Box.Filler.

The text is from its open source code.

Constructor

Filler(Dimension min, Dimension pref, Dimension max)
Constructor to create shape with the given size ranges.

Method

voidaddComponentListener(ComponentListener l)
Adds the specified component listener to receive component events from this component.
voidsetName(String name)
Sets the name of the component to the specified string.