JLabel不显示显示图片
DefaultPhoto=newImageIcon("D:\\Data\\Documents\\JavaDocument\\Eclispeworkspace\\JXCMa...
DefaultPhoto = new ImageIcon("D:\\Data\\Documents\\Java Document\\Eclispe workspace\\JXCManager\\pictures\\1.gif");
PicLabel = new JLabel(DefaultPhoto);
//PicLabel.setIcon(DefaultPhoto);
PicLabel.setHorizontalAlignment(SwingConstants.CENTER);
//System.out.print(DefaultPhoto.toString());
PicLabel.setPreferredSize(new Dimension(160, 160));
PicLabel.setBorder(BorderFactory.createTitledBorder(" Personal Photo "));
PicPanel.add(PicLabel);
我这个显示出来,在Label显示不出图片啊,请高手指教。
不行啊,我试了,我也晕了,到底是哪里出错了呢 展开
PicLabel = new JLabel(DefaultPhoto);
//PicLabel.setIcon(DefaultPhoto);
PicLabel.setHorizontalAlignment(SwingConstants.CENTER);
//System.out.print(DefaultPhoto.toString());
PicLabel.setPreferredSize(new Dimension(160, 160));
PicLabel.setBorder(BorderFactory.createTitledBorder(" Personal Photo "));
PicPanel.add(PicLabel);
我这个显示出来,在Label显示不出图片啊,请高手指教。
不行啊,我试了,我也晕了,到底是哪里出错了呢 展开
2个回答
参考资料: http://zhidao.baidu.com/question/91229639.html
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询