In Java it is not uncommon to see codes that load images, audio files, XML and other things in a more or less like this:
final ImageIcon programLogo = new ImageIcon("res" + System.getProperty("file.separator") + "icon.png");
However, from t...
asked by
07.09.2014 / 14:09