格式输入控件 « Swing « Java 教程

En
Java 教程
1. 语言基础
2. 数据类型
3. 操作符
4. 流程控制
5. 类定义
6. 开发相关
7. 反射
8. 正则表达式
9. 集合
10. 线
11. 文件
12. 泛型
13. 本土化
14. Swing
15. Swing事件
16. 二维图形
17. SWT
18. SWT 二维图形
19. 网络
20. 数据库
21. Hibernate
22. JPA
23. JSP
24. JSTL
25. Servlet
26. Web服务SOA
27. EJB3
28. Spring
29. PDF
30. 电子邮件
31. 基于J2ME
32. J2EE应用
33. XML
34. 设计模式
35. 日志
36. 安全
37. Apache工具
38. 蚂蚁编译
39. JUnit单元测试
Java
Java 教程 » Swing » 格式输入控件 
14. 18. 格式输入控件
14. 18. 1. 格式输入控件
14. 18. 2. 字符可以使用的格式掩码
14. 18. 3. JFormattedTextField焦点移走事件
14. 18. 4. JFormattedTextField与SimpleDateFormatJFormattedTextField与SimpleDateFormat
14. 18. 5. 使用DefaultFormatterFactory创建日期格式使用DefaultFormatterFactory创建日期格式
14. 18. 6. 格式化日期和时间输入: DateFormat.SHORT格式化日期和时间输入: DateFormat.SHORT
14. 18. 7. 格式化日期和时间输入: DateFormat.FULL , Locale.US格式化日期和时间输入: DateFormat.FULL , Locale.US
14. 18. 8. Formatted Date and Time Input: DateFormat.MEDIUM, Locale.ITALIANFormatted Date and Time Input: DateFormat.MEDIUM, Locale.ITALIAN
14. 18. 9. Formatted Date and Time Input: new SimpleDateFormat(E, Locale.FRENCH)Formatted Date and Time Input: new SimpleDateFormat(E, Locale.FRENCH)
14. 18. 10. Formatted Date and Time Input: DateFormat.getTimeInstance(DateFormat.SHORT)Formatted Date and Time Input: DateFormat.getTimeInstance(DateFormat.SHORT)
14. 18. 11. Formatted Numeric Input: NumberFormat.getCurrencyInstance(Locale.UK)Formatted Numeric Input: NumberFormat.getCurrencyInstance(Locale.UK)
14. 18. 12. 格式化数字输入: NumberFormat.getInstance ( )格式化数字输入: NumberFormat.getInstance ( )
14. 18. 13. Formatted Numeric Input: NumberFormat.getIntegerInstance(Locale.ITALIAN)Formatted Numeric Input: NumberFormat.getIntegerInstance(Locale.ITALIAN)
14. 18. 14. Formatted Numeric Input: NumberFormat.getNumberInstance(Locale.FRENCH)Formatted Numeric Input: NumberFormat.getNumberInstance(Locale.FRENCH)
14. 18. 15. 格式化数字输入:原号码格式化数字输入:原号码
14. 18. 16. 添加ActionListener到JFormattedTextField添加ActionListener到JFormattedTextField
14. 18. 17. It implements a mortgage calculator that uses four JFormattedTextFields
14. 18. 18. 用行动与文字器件: JFormattedTextField
14. 18. 19. 创建一个文本字段来显示和编辑的电话号码
14. 18. 20. Creating a Text Field to Display and Edit a social security number
14. 18. 21. A decimal number with one digit following the decimal point;
14. 18. 22. BigDecimal对象的自定义格式化
14. 18. 23. 动态变化的格式
14. 18. 24. 支持最新的自定义格式: 2009年1月1日
14. 18. 25. 自定义JFormattedTextField外观
14. 18. 26. 自定义输入文本格式的JFormattedTextField
www.java2java.com | Contact Us
Copyright 2010 - 2030 Java Source and Support. All rights reserved.
All other trademarks are property of their respective owners.