Generated by
JDiff

Class javax.swing.border.MatteBorder

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.
 

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.