Java图片按钮
如题ImageIconimg=newImageIcon("pepsi.jpg");JButtonb1=newJButton(img);b1.setOpaque(true)...
如题
ImageIcon img = new ImageIcon("pepsi.jpg");
JButton b1 = new JButton(img);
b1.setOpaque(true);
JPanel p3 = new JPanel();
p3.add(b1);
但是显示不出图片... 展开
ImageIcon img = new ImageIcon("pepsi.jpg");
JButton b1 = new JButton(img);
b1.setOpaque(true);
JPanel p3 = new JPanel();
p3.add(b1);
但是显示不出图片... 展开
2个回答
展开全部
ImageIcon img = new ImageIcon("pepsi.jpg");//图片的路径不正确
ImageIcon img = new ImageIcon("D:\\我的文档\\My Pictures\\010P0000101A1-1.gif");
JButton rectangle=new JButton(img);
我这个可以出来
ImageIcon img = new ImageIcon("D:\\我的文档\\My Pictures\\010P0000101A1-1.gif");
JButton rectangle=new JButton(img);
我这个可以出来
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询