Example usage for Java com.jgoodies.forms.factories Borders fields, constructors, methods, implement or subclass
The text is from its open source code.
Border | EMPTY A prepared and reusable EmptyBorder without gaps. |
Border | DLU2 A prepared and reusable Border with 2dlu on all sides. |
Border | DLU4 A prepared and reusable Border with 4dlu on all sides. |
Border | DLU7 A prepared and reusable Border with 7dlu on all sides. |
Border | DLU9 A prepared and reusable Border with 9dlu on all sides. |
Border | DLU14 A prepared Border with 14dlu on all sides. |
Border | BUTTON_BAR_PAD A standardized Border that describes the gap between a component and a button bar in its bottom. |
Border | DIALOG A standardized Border that describes the border around a dialog content that has no tabs. |
Border | TABBED_DIALOG A standardized Border that describes the border around a dialog content that uses tabs. |
Border | createEmptyBorder(String encodedSizes) Creates and returns a Border using sizes as specified by the given string. |
Border | createEmptyBorder(ConstantSize top, ConstantSize left, ConstantSize bottom, ConstantSize right) Creates and returns an EmptyBorder with the specified gaps. |