简单问题!请帮忙!!!

lordofthering 2004-08-05 01:37:45
我想做一个同时具有图标和文字的JButton,并且,让文字在图片的下面,搞了半天也没弄出来!请指点!
...全文
73 4 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
yxlleslie 2004-08-05
  • 打赏
  • 举报
回复
我在jbuilder里面试了一下,发现这样做可以
jButton4=new JButton();
ImageIcon image1=new ImageIcon(..);
jButton4.setHorizontalTextPosition(SwingConstants.CENTER);
jButton4.setIcon(image1);
jButton4.setText("jButton4");
jButton4.setVerticalTextPosition(SwingConstants.BOTTOM);
wangxiaoshi 2004-08-05
  • 打赏
  • 举报
回复
ding & study!
accpdeng 2004-08-05
  • 打赏
  • 举报
回复
弄出来!
教我一下
hl_longman 2004-08-05
  • 打赏
  • 举报
回复
ding & study!

62,630

社区成员

发帖
与我相关
我的任务
社区描述
Java 2 Standard Edition
社区管理员
  • Java SE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧