Class FixedLengthTextField

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable, SwingConstants

public class FixedLengthTextField extends JTextField
TextField which limits the length of text that may be entered by the user.
Version:
%version: 1 % %date_modified: Mon Aug 02 16:49:58 1999 %
Author:
lruslen
See Also:
  • Constructor Details

    • FixedLengthTextField

      public FixedLengthTextField(int length)
      Create a new FixedLengthTextField with the given length.
    • FixedLengthTextField

      public FixedLengthTextField(String text, int length)
      Create a new FixedLengthTextField with the given text and length.