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,8 @@
<component name="ArtifactManager">
<artifact type="jar" name="LanguageAnalysis:jar">
<output-path>$PROJECT_DIR$/out/artifacts/LanguageAnalysis_jar</output-path>
<root id="archive" name="LanguageAnalysis.jar">
<element id="module-output" name="LanguageAnalysis" />
</root>
</artifact>
</component>

View File

@@ -10,9 +10,11 @@ public class Template {
*/ */
public static void main(String[] args) { public static void main(String[] args) {
int num = 1000; int num = 1;
for (int j = 0; j < 50; j++) { for (int j = 0; j < 3; j++) {
for (int i = 0; i < 59; i++) { //Cycle through rows
for (int i = 0; i < 5; i++) {
//Cycle through columns
System.out.print(num+" "); System.out.print(num+" ");
num++; num++;
} }

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; private KeyListener keys;
public Image() { public Image() {
f = new File("/home/bitecoding/Bilder"); f = new File("/home/bitecoding/Pictures");
files = new ArrayList<File>(Arrays.asList(f.listFiles())); files = new ArrayList<File>(Arrays.asList(f.listFiles()));
c = null; c = null;
n = 0; n = 0;

View File

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

View File

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

View File

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