API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.border. Border View Source
Author(s)
David Kloba
Amy Fowler
Since
Version
1.20 11/17/05
Serial
Hierarchy
 Border
Subinterfaces
Description
public interface Border
  Interface describing an object capable of rendering a border around the edges of a swing component.
Methods
Hide/Show inherited methods
public Insets getBorderInsets (Component c)
  Returns the insets of the border.
public boolean isBorderOpaque ()
  Returns whether or not the border is opaque.
public void paintBorder (Component c, Graphics g, int x, int y, int width, int height)
  Paints the border for the specified component with the specified position and size.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar