public class FormattedTextField
extends java.lang.Object
| Constructor and Description |
|---|
FormattedTextField() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.JFormattedTextField |
getNewField(int width,
boolean isInteger,
int decimalNumber)
Constructor.
|
public static javax.swing.JFormattedTextField getNewField(int width,
boolean isInteger,
int decimalNumber)
width - Number of charactersisInteger - Boolean, if field takes integerdecimalNumber - Number of decimal characters (if not integer)