HI
public Pacman() {
try {
image[1] = Image.createImage("fish20.png");
}
catch (IOException ex) {
System.out.println("no pic");
}
}
I can't get any pic loaded, no mater where I put it? Like local Dir or on Image.createImage("C:/fish20.png");
Can anyone help me???

Reply With Quote

(

