本文链接: http://blog.youkuaiyun.com/xietansheng/article/details/78389183
1. 组件的位置和尺寸的设置
关于设置组件(Component
)位置(坐标) 和 尺寸(宽高)的方法有好几个:
// 设置坐标
void setLocation(int x, int y);
void
本文链接: http://blog.youkuaiyun.com/xietansheng/article/details/78389183
关于设置组件(Component
)位置(坐标) 和 尺寸(宽高)的方法有好几个:
// 设置坐标
void setLocation(int x, int y);
void