Added working buttons stuff

This commit is contained in:
2015-05-21 17:15:05 +02:00
parent 68d6c61ca5
commit 564f10af62
14 changed files with 480 additions and 9 deletions
+1 -4
View File
@@ -1,12 +1,9 @@
package main;
import control.Buttontest;
public class Main {
public static void main(String[] args) {
// new Window();
new Buttontest();
new Window();
}
}