Sets the border color to the specified Color value.
public void setBorderColor( int borderMask, Color color )
public void setBorderColor( Color color )
borderMask
The border sides you want to set, which can be any combination of the constants in DhBorders.
color
A Color object to be the new border color.