javax.swing.border
Interface Border

All Known Implementing Classes:
EmptyBorder, IlvLegendSeparator, LineBorder

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:


CSS example:

This class cannot be instantiated because it is an interface.




Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.