
java 中的setBounds()函数的用法? 5
2个回答
展开全部
setBounds(int x,int y,int width,int height)
(1)前两个是组件左上角在容器中的坐标。
(2)后两个是宽度和高度。
还有一种形式是setBounds(Rectangls r);
example :setBounds(new Rectangle(30,30,50,50));
(1)前两个是组件左上角在容器中的坐标。
(2)后两个是宽度和高度。
还有一种形式是setBounds(Rectangls r);
example :setBounds(new Rectangle(30,30,50,50));
展开全部
getBounds()
public Rectangle getBounds()
Gets the bounds of this component in the form of a Rectangle object. The bounds specify this component's width, height, and location relative to its parent.
Returns:
a rectangle indicating this component's bounds
See Also:
setBounds(int, int, int, int), getLocation(), getSize()
public Rectangle getBounds()
Gets the bounds of this component in the form of a Rectangle object. The bounds specify this component's width, height, and location relative to its parent.
Returns:
a rectangle indicating this component's bounds
See Also:
setBounds(int, int, int, int), getLocation(), getSize()
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |