Example usage for javax.swing.plaf.metal MetalTextFieldUI subclass-usage

List of usage examples for javax.swing.plaf.metal MetalTextFieldUI subclass-usage

Introduction

In this page you can find the example usage for javax.swing.plaf.metal MetalTextFieldUI subclass-usage.

Usage

From source file FormattedTextFieldExample.java

class FormattedTextFieldUI extends MetalTextFieldUI implements PropertyChangeListener {
    public static ComponentUI createUI(JComponent c) {
        return new FormattedTextFieldUI();
    }

    public FormattedTextFieldUI() {