Revision 9841 branches/v10/libraries/libUI/src/de/ios/framework/swing/JDecimalField.java

View differences:

JDecimalField.java
38 38
 * @see JIoSTextField
39 39
 * @version $Id$
40 40
 */
41
public class JDecimalField extends JIoSTextField {
41
public class JDecimalField extends IoSTextField {
42 42

  
43 43
	private static final long serialVersionUID = -600056966056029618L;
44 44

  
......
341 341
	 */
342 342
	protected void handleDocumentEvent( DocumentEvent evt ) {
343 343
		defineDecimalFormat();
344
		super.handleDocumentEvent( evt );
344
		//super.handleDocumentEvent( evt );
345 345
	}
346 346

  
347 347
}

Also available in: Unified diff