JAVA中怎么设置jButton上图标的位置??
答案:2 悬赏:70 手机版
解决时间 2021-02-28 06:59
- 提问者网友:自食苦果
- 2021-02-27 14:42
JAVA中怎么设置jButton上图标的位置??
最佳答案
- 五星知识达人网友:酒者煙囻
- 2021-02-27 15:27
题主,使用下方方法即可,包你满意,这两个方法是设置 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.
全部回答
- 1楼网友:想偏头吻你
- 2021-02-27 16:44
设置文本位置,图片自然就移动了
applicateBtn.setVerticalTextPosition(JButton.CENTER);
applicateBtn.setHorizontalTextPosition(JButton.CENTER);
applicateBtn.setVerticalTextPosition(JButton.CENTER);
applicateBtn.setHorizontalTextPosition(JButton.CENTER);
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯