java命名空间javax.swing类jviewport的类成员方法:
reshape定义及介绍
本文导语:
reshape
public void reshape(int x,
int y,
int w,
int h)
设置此视口的边界。如果视口的宽度或高度已更改,则激发 statechanged 事件。
覆盖:类 jcomponent 中的 reshape
参数:x - 原视口的左边...
public void reshape(int x,
int y,
int w,
int h)
- 设置此视口的边界。如果视口的宽度或高度已更改,则激发
statechanged
事件。
- 覆盖:
- 类
jcomponent
中的 reshape
- 参数:
x
- 原视口的左边缘y
- 原视口的上边缘w
- 以像素为单位的宽度h
- 以像素为单位的高度- 另请参见:
jcomponent.reshape(int, int, int, int)