关于java中setbounds和让文字居中的问题
welcome=newJLabel("WelcometoTSS!",JLabel.CENTER);//已经设置了居中,这个居中似乎是竖直方向的吧。。welcome.set...
welcome = new JLabel("Welcome to TSS!",JLabel.CENTER); //已经设置了居中,这个居中似乎是竖直方向的吧。。
welcome.setBounds(x, y, width, height); //那么这里的x,y,width和height要怎么设置呢?
在线等~~~谢谢!! 展开
welcome.setBounds(x, y, width, height); //那么这里的x,y,width和height要怎么设置呢?
在线等~~~谢谢!! 展开
1个回答
展开全部
* @param x the new <i>x</i>-coordinate of this component 相对左上角x轴的值
* @param y the new <i>y</i>-coordinate of this component 相对左上角y轴的值
* @param width the new <code>width</code> of this component 宽度
* @param height the new <code>height</code> of this component 高度
* @param y the new <i>y</i>-coordinate of this component 相对左上角y轴的值
* @param width the new <code>width</code> of this component 宽度
* @param height the new <code>height</code> of this component 高度
更多追问追答
追问
那么我再输入数值对于之前的居中效果有影响么?是优先居中还是优先按照我设置的数值来啊。。
追答
居中和这个没有影响,这个是控制位置和大小。居中是控制对齐方式。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |