public interface Border
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.
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.