Hi guys I need a little help So, i create a little game, and i want this game sent my friend. Problem is model. When i sent game, my friend not see a model. I Sent this thing in the folder with models, but its not work. This is code:
public void setImage5() { ImageIcon i = new ImageIcon("C:/Documents and Settings/Vakaris/Desktop/JAVA/Game/src/Tikras3.gif"); face = i.getImage(); }
(This works only me)
I try this code change like
ImageIcon i = new ImageIcon("C:/Desktop/Game/Tikras3.gif");
But this not work. What you do recomend?
I think about instal but this is stupid for so small game