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

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

Introduction

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

The text is from its open source code.

Constructor

EmptyBorder(int top, int left, int bottom, int right)
Creates an empty border with the specified insets.
EmptyBorder(Insets borderInsets)
Creates an empty border with the specified insets.