javafx.ui

TitledBorder

Extends: Border

A class which implements an arbitrary border with the addition of a String title in a specified position and justification.

If the border, titleFont, or titleColor attribute values are not specified in the constuctor or by invoking the appropriate set methods, the property values will be defined by the current look and feel, using the following property names in the Swing UI Defaults Table:

Attributes

public border: Border?
public title: String
public titleColor: Color?
public titleFont: Font?
public titleJustification: TitledBorderJustification
public titlePosition: TitledBorderPosition

Operations/Functions Inherited from javafx.ui.Border

getBorder