java.lang.Object
javax.swing.border.AbstractBorder
com.inductiveautomation.ignition.designer.gui.border.UnderlineBorder
All Implemented Interfaces:
Serializable, Border
Direct Known Subclasses:
UnderlineBorder

public class UnderlineBorder extends AbstractBorder
Underline border that is best used for JLabels. It will underline the text of the component while ignoring the icon element. This can be used for any component really, but the results may be undesirable.
See Also: