学习Java的Swing中JLabel加入图片,Icon是个接口怎么能成为对象?
publicclassdemo_02extendsJFrame{privateIconicon=newImageIcon(this.getClass().getResou...
public class demo_02 extends JFrame {
private Icon icon=new ImageIcon(this.getClass().getResource("/com/res/pic.jpg"));
private demo_02(){
}
}
上面代码ImageIcon是个类,Icon是接口,为什么ImageIcon new出来的对象赋予Icon接口? 展开
private Icon icon=new ImageIcon(this.getClass().getResource("/com/res/pic.jpg"));
private demo_02(){
}
}
上面代码ImageIcon是个类,Icon是接口,为什么ImageIcon new出来的对象赋予Icon接口? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询