20200903 20:15
This commit is contained in:
8
.idea/artifacts/LanguageAnalysis_jar.xml
generated
Normal file
8
.idea/artifacts/LanguageAnalysis_jar.xml
generated
Normal 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>
|
||||||
@@ -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++;
|
||||||
}
|
}
|
||||||
|
|||||||
3
LanguageAnalysis/META-INF/MANIFEST.MF
Normal file
3
LanguageAnalysis/META-INF/MANIFEST.MF
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
Manifest-Version: 1.0
|
||||||
|
Main-Class: src.Marshal
|
||||||
|
|
||||||
@@ -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;
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
Manifest-Version: 1.0
|
|
||||||
Main-Class: Marshal
|
|
||||||
|
|
||||||
BIN
out/artifacts/LanguageAnalysis_jar/LanguageAnalysis.jar
Normal file
BIN
out/artifacts/LanguageAnalysis_jar/LanguageAnalysis.jar
Normal file
Binary file not shown.
Binary file not shown.
3
out/production/LanguageAnalysis/META-INF/MANIFEST.MF
Normal file
3
out/production/LanguageAnalysis/META-INF/MANIFEST.MF
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
Manifest-Version: 1.0
|
||||||
|
Main-Class: src.Marshal
|
||||||
|
|
||||||
Binary file not shown.
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
Manifest-Version: 1.0
|
|
||||||
Main-Class: Marshal
|
|
||||||
|
|
||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user