JAVA中的setbounds函数或者setsize函数,里面的参数是像素
2 回答
人到中年有点甜
TA贡献1895条经验 获得超7个赞
public void setBounds(int x,
int y,
int width,
int height)移动组件并调整其大小。由 x 和 y 指定左上角的新位置,由 width 和 height 指定新的大小。
参数:
x - 组件的新 x 坐标
y - 组件的新 y 坐标
width - 组件的新 width
height - 组件的新 height
这和你控制的格子数游关系吗?
添加回答
举报
0/150
提交
取消