扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.awt类borderlayout的类成员方法: getlayoutcomponent定义及介绍
发布时间:2014-2-16
本文导语:
getlayoutcomponent
public component getlayoutcomponent(object constraints)
获取使用给定约束添加的组件。
参数:constraints - 所需的约束,它是 center、north、south、west、east、page_start、page_end、line_start、line_end 之一
返回:给定位置上的组件...