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