摘要: 一、事件处理的实施 组件.addxxxListener()方法的后台实现机制? eg.JButton对象包含名为listenerList(监听者列表)的EventListenerList类型的实例变量。 JButton的事件处理对象实现了ActionLister接口中所定义的actionPerfor 阅读全文
posted @ 2020-03-31 18:53 大萌神 阅读(117) 评论(0) 推荐(0)