首页上一页 1 下一页尾页 3 条记录 1/1页
引入keyListener失败,也无法获取InputKeyListener函数
发表在Java图书答疑
2018-09-28 悬赏:1 学分
《Java从入门到精通(第4版)》第28章 企业进销存管理系统
是否精华
是
否
版块置顶:
是
否
import KeyListener.InputKeyListener; public class KeHuTianJiaPanel extends JPanel{ youZhengBianMa=new JTextField(); setupComponet(youZhengBianMa,3,2,1,100,true); youZhengBianMa.addKeyListener(new InputKeyListener()); //报错 }
在做本书的《进销存管理系统》中,出现了无法引入"keyListener.InputKeylistener"的错误。百度且谷歌了一下,也没有相关的搜索结果。无法理解该语句的意义。
开发环境如下:Windows2012+SQL Server2012+Jre1.8+eclipse4.8.0(photon)