First Commit

This commit is contained in:
2015-05-03 19:30:17 +02:00
parent dca9fe2c0c
commit e3a1ad7866
7 changed files with 155 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package main;
public class Main {
public static void main(String[] args) {
new Window();
}
}