< prev index next >

src/java.desktop/share/classes/javax/swing/border/MatteBorder.java

Print this page

        

*** 47,57 **** --- 47,63 ---- * @author Amy Fowler */ @SuppressWarnings("serial") public class MatteBorder extends EmptyBorder { + /** + * The color rendered for the border. + */ protected Color color; + /** + * The icon to be used for tiling the border. + */ protected Icon tileIcon; /** * Creates a matte border with the specified insets and color. * @param top the top inset of the border
< prev index next >