S
Sascha Dümichen
read with
Class c = this.getClass();
is = c.getResourceAsStream(filename);
isr = new InputStreamReader(is);
its ok, but i cannot use getRessourceAsStream by OutputStreamWriter
how can i write a highscore in a jar file?
not an extern file.
thx
Class c = this.getClass();
is = c.getResourceAsStream(filename);
isr = new InputStreamReader(is);
its ok, but i cannot use getRessourceAsStream by OutputStreamWriter
how can i write a highscore in a jar file?
not an extern file.
thx