API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.basic. BasicBorders.SplitPaneBorder View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      BasicBorders.SplitPaneBorder
Implements
 Border
 UIResource
Subclasses
Description
publicstatic class BasicBorders.SplitPaneBorder
  Draws the border around the splitpane.
See also:   
Constructors
public BasicBorders.SplitPaneBorder (Color highlight, Color shadow)
Methods
Hide/Show inherited methods
public Insets getBorderInsets (Component c) [Specified in Border]
public boolean isBorderOpaque () [Specified in Border]
public void paintBorder (Component c, Graphics g, int x, int y, int width, int height) [Specified in Border]
Fields
Hide/Show inherited fields
protected Color highlight
protected Color shadow
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar