Java javax.swing.border MatteBorder fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.border MatteBorder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.border MatteBorder.

The text is from its open source code.

Constructor

MatteBorder(int top, int left, int bottom, int right, Color matteColor)
Creates a matte border with the specified insets and color.
MatteBorder(int top, int left, int bottom, int right, Icon tileIcon)
Creates a matte border with the specified insets and tile icon.
MatteBorder(Icon tileIcon)
Creates a matte border with the specified tile icon.