Package javax.swing.border

Provides classes and interface for drawing specialized borders around a Swing component.

See:
          Description

Interface Summary
Border Describes an object capable of rendering a border around the edges of a swing component.
 

Class Summary
EmptyBorder Provides an empty, transparent border which takes up space but does no drawing.
LineBorder Implements a line border of arbitrary thickness and with a single color.
 

Package javax.swing.border Description

Provides classes and interface for drawing specialized borders around a Swing component. You can subclass these classes to create customized borders for your components instead of using the default borders provided by the look-and-feel being used.

Note: Most of the Swing API is not thread safe. For details, see Threads and Swing, a section in The Java Tutorial.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:

Since:
1.2


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.