扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类jcomponent的类成员方法: reshape定义及介绍
发布时间:2014-2-18
本文导语:
reshape
@deprecated
public void reshape(int x,
int y,
int w,
int h)
已过时。 从 jdk 5 开始,由 component.setbounds(int, int, int, int) 取代。
移动此组件并调整其大小。
覆...