Qoracoin / Qora

Public GIT for the Qora cryptocurrency project.
http://qora.org
Other
43 stars 24 forks source link

Java resource #63

Open sytolk opened 7 years ago

sytolk commented 7 years ago

images and sounds dirs is not in resources folder. I think that its better to include it in jar file and get it with:

this.getClass().getResource("icon.png");