扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类swingutilities的类成员方法: getrootpane定义及介绍
发布时间:2014-2-18
本文导语:
getrootpane
public static jrootpane getrootpane(component c)
如果 c 是一个 jrootpane 后代,则返回其 jrootpane 祖先。如果 c 是一个 rootpanecontainer,则返回其 jrootpane。
返回:组件 c 的 jrootpane,或者 null。