JDK-4143156 : Support a "replace mode" for JTextField and JAreaField
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic,windows_nt
  • CPU: generic,x86
  • Submitted: 1998-05-27
  • Updated: 2001-10-10
  • Resolved: 2001-10-10
Related Reports
Duplicate :  
Duplicate :  
Description

Name: el35337			Date: 05/27/98


In a JTextField and JTextArea currently all text typed in is inserted. The components should also support a replace mode. 
The user should be able to toggle between the insert and replace mode with the insert key. The thickness of the caret 
should indicate the mode.
(Review ID: 32311)
======================================================================

Comments
EVALUATION Reassigning to classes_swing. david.mendenhall@eng 1998-05-27 In merlin we added support for JFormattedTextField. Along with this we added DocumentFilter, which allows you to change what will be inserted so that it is rather trivial to create a replace mode, closing as a duplicate. ###@###.### 2001-10-10
10-10-2001