public void focusLost(FocusEvent e) {
// NOTE: Java's lame AWT has no reliable way
// to take action on window closing, so this focus lost
// notification is the only reliable way we have of reacting
// to a closing window. If the previous
// notification was an erroneous one and the value has not
// changed, then no further notification occurs.
// This could be a problem for some users of this class.
_notifyListeners(_name);
}
Query.java 文件源码
java
阅读 37
收藏 0
点赞 0
评论 0
项目:OpenDA
作者:
评论列表
文章目录