java 中的setBounds()函数的用法? 5

以及怎样设置控件的大小,比如设置JTextField控件的大小!?... 以及怎样设置控件的大小,比如设置JTextField控件的大小!? 展开
 我来答
百度网友cf1239e
2012-07-20 · TA获得超过1345个赞
知道小有建树答主
回答量:95
采纳率:0%
帮助的人:72.8万
展开全部
setBounds(int x,int y,int width,int height)
(1)前两个是组件左上角在容器中的坐标。
(2)后两个是宽度和高度。
还有一种形式是setBounds(Rectangls r);
example :setBounds(new Rectangle(30,30,50,50));
mscgzhz
2006-03-28
知道答主
回答量:27
采纳率:0%
帮助的人:30.6万
展开全部
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()
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式