Added working buttons stuff
This commit is contained in:
+1
-4
@@ -1,12 +1,9 @@
|
||||
package main;
|
||||
|
||||
import control.Buttontest;
|
||||
|
||||
public class Main {
|
||||
|
||||
public static void main(String[] args) {
|
||||
// new Window();
|
||||
new Buttontest();
|
||||
new Window();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user