Generated by
JDiff

Class javax.swing.border.MatteBorder

Documentation changed from old to new.

Added Constructors
MatteBorder(Insets, Color) Creates a matte border with the specified insets and color.
MatteBorder(Insets, Icon) Creates a matte border with the specified insets and tile icon.
 

Changed Constructors
MatteBorder(int, int, int, int, Color) Documentation changed from old to new.
Creates a matte border with the specified insets and color.
 

Added Methods
Insets getBorderInsets() Returns the insets of the border.
Color getMatteColor() Returns the color used for tiling the border or null if a tile icon is being used.
Icon getTileIcon() Returns the icon used for tiling the border or null if a solid color is being used.