JFormattedTextField
Creates a UI for a JFormattedTextField.paramc the formatted text fieldreturnthe UI return new BasicFormattedTextFieldUI();
return new BasicFormattedTextFieldUI();
Fetches the name used as a key to lookup properties through the UIManager. This is used as a prefix to all the standard text properties.returnthe name "FormattedTextField" return "FormattedTextField";
return "FormattedTextField";