Java com.jgoodies.forms.factories Borders fields, constructors, methods, implement or subclass

Example usage for Java com.jgoodies.forms.factories Borders fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.jgoodies.forms.factories Borders.

The text is from its open source code.

Field

BorderEMPTY
A prepared and reusable EmptyBorder without gaps.
BorderDLU2
A prepared and reusable Border with 2dlu on all sides.
BorderDLU4
A prepared and reusable Border with 4dlu on all sides.
BorderDLU7
A prepared and reusable Border with 7dlu on all sides.
BorderDLU9
A prepared and reusable Border with 9dlu on all sides.
BorderDLU14
A prepared Border with 14dlu on all sides.
BorderBUTTON_BAR_PAD
A standardized Border that describes the gap between a component and a button bar in its bottom.
BorderDIALOG
A standardized Border that describes the border around a dialog content that has no tabs.
BorderTABBED_DIALOG
A standardized Border that describes the border around a dialog content that uses tabs.

Method

BordercreateEmptyBorder(String encodedSizes)
Creates and returns a Border using sizes as specified by the given string.
BordercreateEmptyBorder(ConstantSize top, ConstantSize left, ConstantSize bottom, ConstantSize right)
Creates and returns an EmptyBorder with the specified gaps.