扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.awt类container的类成员方法: getcomponent定义及介绍
发布时间:2014-2-16
本文导语:
getcomponent
public component getcomponent(int n)
获取此容器中的第 n 个组件。
参数:n - 要获取的组件的索引。
返回:此容器中的 nth 组件。
抛出:
arrayindexoutofboundsexception - 如果 nth 值不存在。