[求助]为什么图片插不上去
我想在jLabel上插个图片,代码如下:
ImageIcon image1 = new ImageIcon("copyright.jpg");
JLabel jLabel4 = new JLabel(image1);
这样为什么插不上去啊
我想在jLabel上插个图片,代码如下:
ImageIcon image1 = new ImageIcon("copyright.jpg");
JLabel jLabel4 = new JLabel(image1);
这样为什么插不上去啊
[此贴子已经被作者于2006-7-7 20:44:17编辑过]