|
JInputMaskTextField
JInputMaskTextField extends Java's regular JTextField class by adding input mask functionality. The component allows developers to force user input to various patterns. Many default patterns exist with the JInputMaskTextField: byte, short, int, long, float, double, boolean, date, byte array, phone number, social security number, etc. Developers have the ability to create their own custom patterns with a String as well.
|