|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||
public interface Border
Describes an object capable of rendering a border around the edges of a swing component. For more examples, see How to Use Borders, in The Java Tutorial.
In the Swing component set, borders supersede Insets as the mechanism for creating a (decorated or plain) area around the edge of a component.
Notes:
EmptyBorder to create a plain border (this mechanism
replaces its predecessor, setInsets).
CompoundBorder to nest multiple border objects, creating
a single, combined border.
BorderFactory methods, which produces a shared instance of the
common border types.
BevelBorder, SoftBevelBorder,
EtchedBorder, LineBorder, TitledBorder, and MatteBorder.
AbstractBorder.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||