照片路径原因
照片存放路径外面增加getClass().getResource()
方法
注意:括号里面斜杠方向
ImageIcon icon0 = new ImageIcon(getClass().getResource("/picture/红色正方形.png"));//正方形图标组件
ImageIcon icon1 = new ImageIcon(getClass().getResource("/picture/蓝色三角形2.png"));
/* ImageIcon icon0 = new ImageIcon("fanying\\src\\picture\\红色正方形.png");//正方形图标组件
ImageIcon icon1 = new ImageIcon("fanying\\src\\picture\\蓝色三角形2.png");//三角形图标组件