Class OvertypeTextArea

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable, SwingConstants
Direct Known Subclasses:
NamedEventIdTextField

public class OvertypeTextArea extends JTextField
A JTextField where the Insert key switches operation to and from overwrite mode. In overwrite mode, the cursor is a line under the next character that will be replaced by typing.
See Also: