Interface describing an object capable of rendering a border around the edges of a swing component. For examples of using borders see How to Use Borders, a section in The Java Tutorial.

In the Swing component set, borders supercede Insets as the mechanism for creating a (decorated or plain) area around the edge of a component.

Usage Notes:

@version
1.19 12/19/03
@author
David Kloba
@author
Amy Fowler
Returns the insets of the border.
Parameters
cthe component for which this border insets value applies
Returns whether or not the border is opaque. If the border is opaque, it is responsible for filling in it's own background when painting.
Paints the border for the specified component with the specified position and size.
Parameters
cthe component for which this border is being painted
gthe paint graphics
xthe x position of the painted border
ythe y position of the painted border
widththe width of the painted border
heightthe height of the painted border