扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类swingutilities的类成员方法: getwindowancestor定义及介绍
发布时间:2014-2-18
本文导语:
getwindowancestor
public static window getwindowancestor(component c)
返回 c 的第一个 window 祖先;如果 c 未包含在 window 内,则返回 null。
参数:c - 要获取其 window 祖先的 component。
返回:返回 c 的第一个 window 祖先;如果 c 未包含在 windo...