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

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

Introduction

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

The text is from its open source code.

Constructor

CompoundBorder(Border outsideBorder, Border insideBorder)
Creates a compound border with the specified outside and inside borders.
CompoundBorder()
Creates a compound border with null outside and inside borders.

Method

BordergetInsideBorder()
Returns the inside border object.