i am trying to make a java application that imports images, and i use this code:
base = System.getProperty("user.dir");
evildumb = Toolkit.getDefaultToolkit().getImage(base+"\evildumb.gif");
there is a file in the directory that is called evildumb.gif, but it doesnt appear
when i...