JAVA中怎么设置jButton上图标的位置??
我的界面上一个Button是100×25,button上有张25×25的图片,怎么将图片设置在button的最左边?...
我的界面上一个Button是100×25,button上有张25×25的图片,怎么将图片设置在button的最左边?
展开
2013-05-23
展开全部
设置文本位置,图片自然就移动了
applicateBtn.setVerticalTextPosition(JButton.CENTER);
applicateBtn.setHorizontalTextPosition(JButton.CENTER);
applicateBtn.setVerticalTextPosition(JButton.CENTER);
applicateBtn.setHorizontalTextPosition(JButton.CENTER);
展开全部
题主,使用下方方法即可,包你满意,这两个方法是设置 button 中包含的内容整体的对齐方式
this.setVerticalAlignment(JButton.BOTTOM); //Sets the vertical alignment of the icon and text.
this.setHorizontalAlignment(JButton.RIGHT); //Sets the Horizontal alignment of the icon and text.
this.setVerticalAlignment(JButton.BOTTOM); //Sets the vertical alignment of the icon and text.
this.setHorizontalAlignment(JButton.RIGHT); //Sets the Horizontal alignment of the icon and text.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询