文本框中的输入字的格式监听 宝哥大数据 2021-06-22 110 阅读1分钟 限制文本框中只可以输入数字 JFoormattedTextField price= new JFormattedTextField(); price.addKeyListener(new NumberListener());//添加监听对象