See: Description
Interface | Description |
---|---|
Border |
Describes an object capable of rendering a border
around the edges of a swing component.
|
Class | Description |
---|---|
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.
|
Note: Most of the Swing API is not thread safe. For details, see Threads and Swing, a section in The Java Tutorial.
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.