First Commit

This commit is contained in:
2015-05-03 21:42:27 +02:00
parent 985ff7c7bf
commit c256cdfe13
5 changed files with 140 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package main;
public class Main {
public static void main(String[] args) {
new Window();
}
}