20200903 20:15

This commit is contained in:
2020-09-03 20:15:50 +02:00
parent 753141a103
commit 5f3beaf27b
13 changed files with 20 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: src.Marshal

View File

@@ -24,7 +24,7 @@ public class Image extends Canvas {
private KeyListener keys;
public Image() {
f = new File("/home/bitecoding/Bilder");
f = new File("/home/bitecoding/Pictures");
files = new ArrayList<File>(Arrays.asList(f.listFiles()));
c = null;
n = 0;

View File

@@ -1,3 +0,0 @@
Manifest-Version: 1.0
Main-Class: Marshal