Revision 13655 trunk/libraries/libUIComponent/src/de/ios/framework/swing/NumberField.java

View differences:

NumberField.java
1

  
2

  
3 1
/*
4
 * $Id$
5
 *
6 2
 * (c)1997 IoS Gesellschaft fr innovative Softwareentwicklung mbH
7 3
 * http://www.IoS-Online.de    mailto:info@IoS-Online.de
8 4
 *
......
19 15
 * You should have received a copy of the GNU General Public License
20 16
 * along with this program; if not, write to the Free Software
21 17
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22
 *
23 18
 */
24 19

  
25

  
26 20
package de.ios.framework.swing;
27 21

  
28 22
import java.awt.event.KeyEvent;
......
40 34
 * @version $Id$
41 35
 */
42 36
public class NumberField extends IoSTextField {
37
  private static final long serialVersionUID = -2597892768297671667L;
43 38

  
44

  
45
  /** Input-Field-Size in Columns. */
39
	/** Input-Field-Size in Columns. */
46 40
  public final static int DEFAULT_LENGTH = 10;
47 41

  
48 42
  /** Limited Character-Set of this Field. */
......
292 286

  
293 287
/*
294 288
 * $Log$
295
 * Revision 1.2  2007-08-21 08:37:09  bsanchez
289
 * Revision 1.3  2007-09-12 16:28:23  bsanchez
290
 * *** empty log message ***
291
 *
292
 * Revision 1.2  2007/08/21 08:37:09  bsanchez
296 293
 * - Quitados warnings en imports innecesarios
297 294
 *
298 295
 * Revision 1.1  2007/08/20 08:34:46  evercher

Also available in: Unified diff