Provides common support for borders around components. Borders are drawn around the edge of a component. In the Kindle user interface it is common to use a single-line border with rounded corners to surround text fields. Empty borders can also be used to add space around components, in the place of {@link java.awt.Container#getInsets()}.

Note: Not all components currently support the addition of borders. Components that support borders will expose a setBorder method. For an example, see {@link com.amazon.kindle.kindlet.ui.KTextField#setBorder(com.amazon.kindle.kindlet.ui.border.KBorder)}.

@since 1.0