|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
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. |
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.
|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||