List of usage examples for javax.swing.text FieldView subclass-usage
From source file FormattedTextFieldExample.java
class FormattedFieldView extends FieldView { public FormattedFieldView(Element elem, FormattedTextField.FormatSpec formatSpec) { super(elem); this.contentBuff = new Segment(); this.measureBuff = new Segment();