Generated by
JDiff

Class javax.swing.border.BevelBorder

Documentation changed from old to new.

Changed Constructors
BevelBorder(int, Color, Color, Color, Color) Documentation changed from old to new.
Creates a bevel border with the specified type highlight shadow colors.
 

Removed Methods
Color getHighlightInnerColor(Component) Returns the inner highlight color of the bevel border.
Color getHighlightOuterColor(Component) Returns the outer highlight color of the bevel border.
Color getShadowInnerColor(Component) Returns the inner shadow color of the bevel border.
Color getShadowOuterColor(Component) Returns the outer shadow color of the bevel border.
 

Added Methods
Color getHighlightInnerColor() Returns the inner highlight color of the bevel border.
Color getHighlightInnerColor(Component) Returns the inner highlight color of the bevel border when rendered on the specified component.
Color getHighlightOuterColor() Returns the outer highlight color of the bevel border.
Color getHighlightOuterColor(Component) Returns the outer highlight color of the bevel border when rendered on the specified component.
Color getShadowInnerColor() Returns the inner shadow color of the bevel border.
Color getShadowInnerColor(Component) Returns the inner shadow color of the bevel border when rendered on the specified component.
Color getShadowOuterColor() Returns the outer shadow color of the bevel border.
Color getShadowOuterColor(Component) Returns the outer shadow color of the bevel border when rendered on the specified component.