java中如何调整jpane的大小和位置?jframe的大小不变的情况下。

 我来答
渡轮555
2012-08-23 · TA获得超过534个赞
知道小有建树答主
回答量:863
采纳率:100%
帮助的人:653万
展开全部
JPanel吧?JPanel是透明的,一般不固定大小和位置,而是用布局管理器。
如果想强制大小和位置的话,就把父容器的布局管理器设为null,用
public void setBounds(int x,int y,int width,int height)
//Moves and resizes this component. The new location of the top-left corner is specified by x //and y, and the new size is specified by width and height.
public void setLocation(Point p)
//Moves this component to a new location. The top-left corner of the new location is specified //by point p. Point p is given in the parent's coordinate space.

public void setSize(int width,int height)
//Resizes this component so that it has width width and height height.
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式