有没有使用正则表达式来设置JFormatedTextField格式的类似于MaskFormatter的东西
JFormatedTextField
MaskFormatter
提前谢谢。
发布于 2011-02-15 02:35:31
也许你可以使用一个定制的Document Filter来实现这个目的。
https://stackoverflow.com/questions/4995789
相似问题