Uses of Class javax.swing.border.CompoundBorder

Uses in package javax.swing.plaf

Classes derived from javax.swing.border.CompoundBorder

class
A CompoundBorder that also implements the UIResource marker interface.

Uses in package javax.swing

Methods with return type javax.swing.border.CompoundBorder

CompoundBorder
Create a compound border with a null inside edge and a null outside edge.
CompoundBorder
BorderFactory.createCompoundBorder(Border outsideBorder, Border insideBorder)
Create a compound border specifying the border objects to use for the outside and inside edges.