文件名称:Swing输入框监听
文件大小:1KB
文件格式:RAR
更新时间:2015-09-14 13:43:07
swing
//建立监听 FrameListener fl = new FrameListener(jb,tf,pw); //tf.addActionListener(fl); tf.addKeyListener(fl); //窗口可见 this.setVisible(true); //关闭窗口时退出程序 this.setDefaultCloseOperation(3);
【文件预览】:
event
----FrameListener.java(1KB)
----JavaFrame.java(1KB)