Class SafeBorder

java.lang.Object
javax.swing.border.AbstractBorder
org.jdesktop.swingx.plaf.SafeBorder
All Implemented Interfaces:
Serializable, Border, UIResource

public class SafeBorder extends AbstractBorder implements UIResource
Wrapper around a delegate with the same behaviour as the delegate except that it catches null insets (hack around Issue 1297-swingx which is core bug 6739738)
See Also: